Explorar el Código

* Fixed AV

git-svn-id: trunk@35820 -
joost hace 8 años
padre
commit
5051a0ccc5
Se han modificado 1 ficheros con 1 adiciones y 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;