diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-08-26 13:23:39 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-08-26 13:23:39 +0200 |
commit | a15943b480f54ebf6117bffa64a58e2ed6fde9db (patch) | |
tree | 34ab99108c1c362b3411844f467ce665b4e6ee7b | |
parent | d5e15ce71cd5cb0dda3dc3b4c3a9b4c057950bf6 (diff) | |
download | vdr-plugin-eepg-a15943b480f54ebf6117bffa64a58e2ed6fde9db.tar.gz vdr-plugin-eepg-a15943b480f54ebf6117bffa64a58e2ed6fde9db.tar.bz2 |
increase log level for testing
-rw-r--r-- | eepg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ #include <string> #include <stdarg.h> -#define VERBOSE 1 +#define VERBOSE 3 /* 0 = only print errors, 1 = print channels and themes, 2 = print channels, themes, titles, summaries 3 = debug mode */ /* all is logged into /var/log/syslog */ |