Ver Fonte

* 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 -

joost há 13 anos atrás
pai
commit
8cb037fb59
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/fpmkunit/src/fpmkunit.pp

+ 1 - 1
packages/fpmkunit/src/fpmkunit.pp

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