From 76a4acdb380b0b3d78cdc7bb149e5f96b2cabf63 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Mon, 14 Feb 2011 13:37:59 +0200 Subject: Initialize both tntnet and cxxtools logging earlier and add all possible log level values into the command-line help. --- setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cpp') diff --git a/setup.cpp b/setup.cpp index 2fc8d62..9778805 100644 --- a/setup.cpp +++ b/setup.cpp @@ -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 , --epgimages= directory for epgimages\n"; m_helpString = builder.str(); } -- cgit v1.2.3