]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/policy.cc
test-indexes: Use /etc/apt from temporary work dir, not from system
[apt.git] / apt-pkg / policy.cc
index b12a50d0a2228c2d398597f781685c07aabb690e..4996007a39c697e8676f2d97e713f79ae9b99d8e 100644 (file)
@@ -106,7 +106,7 @@ bool pkgPolicy::InitDefaults()
 
    if (_config->FindB("Debug::pkgPolicy",false) == true)
       for (pkgCache::PkgFileIterator F = Cache->FileBegin(); F != Cache->FileEnd(); F++)
-        cout << "Prio of " << F.FileName() << ' ' << PFPriority[F->ID] << endl; 
+        std::clog << "Prio of " << F.FileName() << ' ' << PFPriority[F->ID] << std::endl; 
    
    return true;   
 }