diff options
Diffstat (limited to 'src/parsers/policy.cpp')
-rw-r--r-- | src/parsers/policy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsers/policy.cpp b/src/parsers/policy.cpp index 38c9576..af09992 100644 --- a/src/parsers/policy.cpp +++ b/src/parsers/policy.cpp @@ -77,7 +77,7 @@ void Policy::operator() (AptProtocol* slave, const TQString& type, const TQStrin static TQRegExp rx_notinstalled("(none)"); - kdDebug() << "policy : " << type << " " << value << endl; + kdDebug(7130) << "policy : " << type << " " << value << endl; if (type == "begin") { |