* 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:
joost 2012-03-30 14:41:09 +00:00
parent 265f54b26b
commit 8cb037fb59

View File

@ -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);