summaryrefslogtreecommitdiffstats
path: root/src/parsers/policy.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-05-18 15:41:08 +0900
committerMichele Calgaro <[email protected]>2022-05-18 15:41:08 +0900
commiteb5c989f90ef1f8faf29fb0b39e9c46257f56fc9 (patch)
treeab0ca327785f0d6034480535a5bb3a84ce609429 /src/parsers/policy.cpp
parent966cf44482c86484f80a24302a2781ab979750e1 (diff)
downloadtdeio-apt-eb5c989f90ef1f8faf29fb0b39e9c46257f56fc9.tar.gz
tdeio-apt-eb5c989f90ef1f8faf29fb0b39e9c46257f56fc9.zip
Use dedicated kdDebug area.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/parsers/policy.cpp')
-rw-r--r--src/parsers/policy.cpp2
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")
{