diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-18 15:41:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-18 16:03:02 +0900 |
commit | c46af70011cf1050c6ed158cc42d3fcaa67e791d (patch) | |
tree | 9b2057b8fe09128264e2696c7a2bbe123bff9222 /src/parsers/policy.cpp | |
parent | cb0f5bc7df4a16224d017b2b987a0b05a6c98812 (diff) | |
download | tdeio-apt-c46af700.tar.gz tdeio-apt-c46af700.zip |
Use dedicated kdDebug area.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit eb5c989f90ef1f8faf29fb0b39e9c46257f56fc9)
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") { |