]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/packagemanager.cc
move permission changing from -item to -worker
[apt.git] / apt-pkg / packagemanager.cc
index 101912f9d107f55114ac45a91e56c0659861178a..2247d04db1a6c1db7570eba9819f1490813ed86f 100644 (file)
@@ -843,7 +843,7 @@ bool pkgPackageManager::SmartUnPack(PkgIterator Pkg, bool const Immediate, int c
                     // but if it fails ignore this failure and look for alternative ways of solving
                     if (Debug)
                     {
-                       clog << OutputInDepth(Depth) << "Avoidance unpack of " << ConflictPkg.FullName() << " failed for " << End << std::endl;
+                       clog << OutputInDepth(Depth) << "Avoidance unpack of " << ConflictPkg.FullName() << " failed for " << End << " ignoring:" << std::endl;
                        _error->DumpErrors(std::clog);
                     }
                     _error->RevertToStack();