Browse Source

* Fixed AV

git-svn-id: trunk@35820 -
joost 8 years ago
parent
commit
5051a0ccc5
1 changed files with 1 additions and 1 deletions
  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;