summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-04-27 12:39:56 +0200
committerlouis <louis.braun@gmx.de>2014-04-27 12:39:56 +0200
commitc538d359ec7c63e0717fb7cd842ee96a6a11de98 (patch)
tree5922f82cbaae4649760056ed2eb03ab86954187b /config.h
parentb22842dc8e0223e4be4cb6339567aa54866fc977 (diff)
downloadvdr-plugin-scraper2vdr-c538d359ec7c63e0717fb7cd842ee96a6a11de98.tar.gz
vdr-plugin-scraper2vdr-c538d359ec7c63e0717fb7cd842ee96a6a11de98.tar.bz2
added more debugging possibilities
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index c81a8ef..fb08748 100644
--- a/config.h
+++ b/config.h
@@ -27,5 +27,6 @@ class cScraper2VdrConfig {
string mysqlDBUser;
string mysqlDBPass;
string recScrapInfoName;
+ int debug;
};
#endif //__SCRAPER2VDR_CONFIG_H