diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-04 16:56:09 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-04 16:56:09 +0100 |
commit | afa7c80114a327d85ee6c99b9d3d811107d9e204 (patch) | |
tree | d7b518fb1313f52f76f843a28628ee9329770c29 /common/queryrunner.cpp | |
parent | 639cdb811c721eedf20b9f81b8cdc626b85c5f24 (diff) | |
download | sink-afa7c80114a327d85ee6c99b9d3d811107d9e204.tar.gz sink-afa7c80114a327d85ee6c99b9d3d811107d9e204.zip |
Introduced debug areas and prettified output.
Diffstat (limited to 'common/queryrunner.cpp')
-rw-r--r-- | common/queryrunner.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/queryrunner.cpp b/common/queryrunner.cpp index b49a3e0..63b5bcf 100644 --- a/common/queryrunner.cpp +++ b/common/queryrunner.cpp | |||
@@ -26,6 +26,9 @@ | |||
26 | #include "domainadaptor.h" | 26 | #include "domainadaptor.h" |
27 | #include "asyncutils.h" | 27 | #include "asyncutils.h" |
28 | 28 | ||
29 | #undef DEBUG_AREA | ||
30 | #define DEBUG_AREA "client.queryrunner" | ||
31 | |||
29 | using namespace Sink; | 32 | using namespace Sink; |
30 | 33 | ||
31 | /* | 34 | /* |