mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 17:40:28 +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
|
If (Apackage.State<>tsCompiled) then
|
||||||
MaybeCompile(APackage);
|
MaybeCompile(APackage);
|
||||||
try
|
try
|
||||||
Log(vlInfo,SInfoInstallingPackage,[APackage.Name]);
|
Log(vlCommand,SInfoInstallingPackage,[APackage.Name]);
|
||||||
If (APackage.Directory<>'') then
|
If (APackage.Directory<>'') then
|
||||||
EnterDir(APackage.Directory);
|
EnterDir(APackage.Directory);
|
||||||
DoBeforeInstall(APackage);
|
DoBeforeInstall(APackage);
|
||||||
|
Loading…
Reference in New Issue
Block a user