diff options
author | Michele Calgaro <[email protected]> | 2022-05-18 15:41:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-18 15:41:08 +0900 |
commit | eb5c989f90ef1f8faf29fb0b39e9c46257f56fc9 (patch) | |
tree | ab0ca327785f0d6034480535a5bb3a84ce609429 /src/parsers/policy.cpp | |
parent | 966cf44482c86484f80a24302a2781ab979750e1 (diff) | |
download | tdeio-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.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") { |