summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mugglei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mugglei.c b/mugglei.c
index 6aded67..4962834 100644
--- a/mugglei.c
+++ b/mugglei.c
@@ -31,7 +31,7 @@
using namespace std;
-int SysLogLevel = 9;
+int SysLogLevel = 1;
void showmessage(int duration,const char *msg,...) {
va_list ap;