Kaynağa Gözat

Added temp debug statement.

Christopher Baines 15 yıl önce
ebeveyn
işleme
e2ca62725f
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      apt-pkg/packagemanager.cc

+ 2 - 0
apt-pkg/packagemanager.cc

@@ -479,6 +479,8 @@ bool pkgPackageManager::DepAdd(pkgOrderList &OList,PkgIterator Pkg,int Depth)
 	       continue;
 	       continue;
 	    }
 	    }
 	    
 	    
+	    std::clog << OutputInDepth(Depth) << Pkg.Name() << " NeedsNothing " << (Pkg.State() == PkgIterator::NeedsNothing) << " Unpacked " << List->IsFlag(Pkg,pkgOrderList::UnPacked) << std::endl;
+	    
 	    // Not the install version 
 	    // Not the install version 
 	    if (Cache[Pkg].InstallVer != *I || 
 	    if (Cache[Pkg].InstallVer != *I || 
 		(Cache[Pkg].Keep() == true && Pkg.State() == PkgIterator::NeedsNothing))
 		(Cache[Pkg].Keep() == true && Pkg.State() == PkgIterator::NeedsNothing))