diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-04-12 13:26:04 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-04-12 13:26:04 +0000 |
commit | 09fbc1cd413e2d769fe5e6692f19ad1585b3380e (patch) | |
tree | 1462c47bb48efb21b097404eec198f5d1805877a | |
parent | 19c178562b1008ad84f11f8c059f66bc798bb361 (diff) | |
download | vdr-plugin-muggle-09fbc1cd413e2d769fe5e6692f19ad1585b3380e.tar.gz vdr-plugin-muggle-09fbc1cd413e2d769fe5e6692f19ad1585b3380e.tar.bz2 |
reduce sysloglevel back from 9 to the normal 1
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1176 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | mugglei.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ using namespace std; -int SysLogLevel = 9; +int SysLogLevel = 1; void showmessage(int duration,const char *msg,...) { va_list ap; |