diff options
| author | Jonathan Bauer | 2011-04-24 17:42:03 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2011-04-24 17:42:03 +0200 |
| commit | a7fb2734a2e1e29a63fa60beae00b3a2496c8e5b (patch) | |
| tree | b2dfbb79fb1a2e4e4349077a8197b817ebbc1ee8 /src/fbgui.h | |
| parent | new logger engine to output in file, configurable per cmdline / config file (diff) | |
| download | fbgui-a7fb2734a2e1e29a63fa60beae00b3a2496c8e5b.tar.gz fbgui-a7fb2734a2e1e29a63fa60beae00b3a2496c8e5b.tar.xz fbgui-a7fb2734a2e1e29a63fa60beae00b3a2496c8e5b.zip | |
log file config fix
Diffstat (limited to 'src/fbgui.h')
| -rw-r--r-- | src/fbgui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbgui.h b/src/fbgui.h index 98ab4c4..5c3247d 100644 --- a/src/fbgui.h +++ b/src/fbgui.h @@ -28,7 +28,7 @@ #define DEFAULT_URL "http://www.google.com" #define DEFAULT_DOWNLOAD_DIR "/tmp/fbgui" #define DEFAULT_CONFIG_PATH "/etc/fbgui.conf" -#define DEFAULT_LOG_FILE_PATH "/tmp/fbgui.log" +#define DEFAULT_LOG_FILE_PATH "/tmp/fbgui.log2" #define DEFAULT_UPDATE_INTERVAL 1; #define DEFAULT_QRC_HTML_DIR ":/html" #define DEFAULT_FILE_TRIGGER "/tmp/fbgui/trigger" |
