mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 07:30:10 +02:00
* Always show a message when a package is about to be installed, not only in
verbose mode. This way it is always clear which package is being installed in case of an error. git-svn-id: trunk@20670 -
This commit is contained in:
parent
265f54b26b
commit
8cb037fb59
@ -5613,7 +5613,7 @@ begin
|
||||
If (Apackage.State<>tsCompiled) then
|
||||
MaybeCompile(APackage);
|
||||
try
|
||||
Log(vlInfo,SInfoInstallingPackage,[APackage.Name]);
|
||||
Log(vlCommand,SInfoInstallingPackage,[APackage.Name]);
|
||||
If (APackage.Directory<>'') then
|
||||
EnterDir(APackage.Directory);
|
||||
DoBeforeInstall(APackage);
|
||||
|
Loading…
Reference in New Issue
Block a user