summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.h b/log.h
index c771d5f..1a0e88f 100644
--- a/log.h
+++ b/log.h
@@ -20,7 +20,7 @@
bool CheckLevel(int level)
{
#ifdef DEBUG
- if (cSetupEEPG::getInstance().LogLevel >= level)
+ if (cSetupEEPG::getInstance()->LogLevel >= level)
#else
if (VERBOSE >= level)
#endif