]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/packagemanager.cc
merged iwjs patch
[apt.git] / apt-pkg / packagemanager.cc
index cc87444ea59e72f0544285aa40ee33de84fbf8b0..b0dd43629c8c8ff9bfa75d17742f17aec6a3af44 100644 (file)
@@ -593,7 +593,7 @@ pkgPackageManager::OrderResult pkgPackageManager::OrderInstall()
          Pkg.State() == pkgCache::PkgIterator::NeedsNothing &&
          (Cache[Pkg].iFlags & pkgDepCache::ReInstall) != pkgDepCache::ReInstall)
       {
-        _error->Error("Internal Error, trying to manipulate a kept package");
+        _error->Error("Internal Error, trying to manipulate a kept package (%s)",Pkg.Name());
         return Failed;
       }