Explorar o código

* Fixed AV

git-svn-id: trunk@35820 -
joost %!s(int64=8) %!d(string=hai) anos
pai
achega
5051a0ccc5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fppkg/src/pkgcommands.pp

+ 1 - 1
packages/fppkg/src/pkgcommands.pp

@@ -437,7 +437,7 @@ begin
           Error(SErrInstallationImpossible,[PackageName, InstallRepo.RepositoryName]);
         else if ForceInstall then
           begin
-            log(llDebug,SDbgForcePackageInstall,[P.Name]);
+            log(llDebug,SDbgForcePackageInstall,[PackageName]);
             ExecuteAction(PackageName,'fpmakeinstall');
           end;
       end;