浏览代码

* 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 13 年之前
父节点
当前提交
8cb037fb59
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);