summaryrefslogtreecommitdiff
path: root/src/lib/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/log.h')
-rw-r--r--src/lib/log.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/log.h b/src/lib/log.h
index 641ce186d..c11daf617 100644
--- a/src/lib/log.h
+++ b/src/lib/log.h
@@ -37,10 +37,10 @@ public:
Log ();
virtual ~Log () {}
- static const int GENERAL;
- static const int WARNING;
- static const int ERROR;
- static const int TIMING;
+ static const int TYPE_GENERAL;
+ static const int TYPE_WARNING;
+ static const int TYPE_ERROR;
+ static const int TYPE_TIMING;
void log (std::string message, int type);
void microsecond_log (std::string message, int type);