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/clientapi.cpp | |
parent | 639cdb811c721eedf20b9f81b8cdc626b85c5f24 (diff) | |
download | sink-afa7c80114a327d85ee6c99b9d3d811107d9e204.tar.gz sink-afa7c80114a327d85ee6c99b9d3d811107d9e204.zip |
Introduced debug areas and prettified output.
Diffstat (limited to 'common/clientapi.cpp')
-rw-r--r-- | common/clientapi.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/clientapi.cpp b/common/clientapi.cpp index be9f3fd..a13456b 100644 --- a/common/clientapi.cpp +++ b/common/clientapi.cpp | |||
@@ -39,6 +39,9 @@ | |||
39 | #include "storage.h" | 39 | #include "storage.h" |
40 | #include "log.h" | 40 | #include "log.h" |
41 | 41 | ||
42 | #undef DEBUG_AREA | ||
43 | #define DEBUG_AREA "client.clientapi" | ||
44 | |||
42 | namespace Sink | 45 | namespace Sink |
43 | { | 46 | { |
44 | 47 | ||