summaryrefslogtreecommitdiff
path: root/apt-pkg/policy.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-05-04 10:02:15 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-05-04 10:02:15 +0200
commit549edd163e34a50091623b47881f2eefbdc53aca (patch)
treeec46425ae005e8e426727ab896e7614df06aced6 /apt-pkg/policy.cc
parent259f688a29728604d7930662e9743619982706ab (diff)
parent52d9d000a74ea71edff93f00ae38aceb9ada53d4 (diff)
merged from the debian-sid branch
Diffstat (limited to 'apt-pkg/policy.cc')
-rw-r--r--apt-pkg/policy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/policy.cc b/apt-pkg/policy.cc
index 9b24c2ef1..479cf3935 100644
--- a/apt-pkg/policy.cc
+++ b/apt-pkg/policy.cc
@@ -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;
}