summaryrefslogtreecommitdiff
path: root/src/lib/log.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-06 15:58:20 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-06 15:58:20 +0000
commite2ef406c2271af43793c78ec2753b19850ceeeae (patch)
treeeae3d09030b954a71dd1f955cc7e2af04b32a53a /src/lib/log.h
parent1e366734d9b91982215245f546ef82522854f889 (diff)
Add log TYPE_DEBUG from 1.x.
Diffstat (limited to 'src/lib/log.h')
-rw-r--r--src/lib/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/log.h b/src/lib/log.h
index 300df743b..f14adc26f 100644
--- a/src/lib/log.h
+++ b/src/lib/log.h
@@ -41,6 +41,7 @@ public:
static const int TYPE_GENERAL;
static const int TYPE_WARNING;
static const int TYPE_ERROR;
+ static const int TYPE_DEBUG;
static const int TYPE_TIMING;
void log (std::string message, int type);