소스 검색

* Fixed AV

git-svn-id: trunk@35820 -
joost 8 년 전
부모
커밋
5051a0ccc5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;