diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-08-27 17:29:40 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-08-27 17:29:40 +0200 |
commit | b95b8e385fafb26ca10a6b1464459f193a318046 (patch) | |
tree | bf02775a0d2f4d3112aeeb85f79bc4ac09423841 | |
parent | ce614fe2120fa2a485c32c0833c62a02f1fcd372 (diff) | |
parent | a15943b480f54ebf6117bffa64a58e2ed6fde9db (diff) | |
download | vdr-plugin-eepg-b95b8e385fafb26ca10a6b1464459f193a318046.tar.gz vdr-plugin-eepg-b95b8e385fafb26ca10a6b1464459f193a318046.tar.bz2 |
Merge branch 'test-naepg' of ssh://manitu.myvnc.com/home/dime/VDR/PLUGINS/src/eepg into test-naepg2
-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 */ |