diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2011-02-14 13:37:59 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-02-15 23:55:26 +0100 |
commit | 76a4acdb380b0b3d78cdc7bb149e5f96b2cabf63 (patch) | |
tree | 69a56ce288f83a9db3b45a983d48ff5188824723 /setup.cpp | |
parent | 825141eb0e7c67848d1c89ed88c6a8f786462bff (diff) | |
download | vdr-plugin-live-76a4acdb380b0b3d78cdc7bb149e5f96b2cabf63.tar.gz vdr-plugin-live-76a4acdb380b0b3d78cdc7bb149e5f96b2cabf63.tar.bz2 |
Initialize both tntnet and cxxtools logging earlier and add all possible log level values into the command-line help.
Diffstat (limited to 'setup.cpp')
-rw-r--r-- | setup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ char const* Setup::CommandLineHelp() const << " -c CERT, --cert=CERT full path to a custom ssl certificate file\n" << " -k KEY, --key=KEY full path to a custom ssl certificate key file\n" #endif - << " -l level, --log=level log level for tntnet (values: INFO, DEBUG,...)\n" + << " -l level, --log=level log level for tntnet (values: WARN, ERROR, INFO, DEBUG, TRACE)\n" << " -e <dir>, --epgimages=<dir> directory for epgimages\n"; m_helpString = builder.str(); } |