From eb5c989f90ef1f8faf29fb0b39e9c46257f56fc9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 18 May 2022 15:41:08 +0900 Subject: Use dedicated kdDebug area. Signed-off-by: Michele Calgaro --- src/parsers/policy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parsers/policy.cpp') 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") { -- cgit v1.2.1