summaryrefslogtreecommitdiff
path: root/src/account-server
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_fr>2010-05-28 16:58:26 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_fr>2010-05-28 16:58:26 +0200
commit32018c0b78bd5408ec5032ac5960a2b640ed89f9 (patch)
treec1eee55d5f6582db4cab94670d70e2bd69ae75dd /src/account-server
parent39b00578c249a3396bb03faa92bc9cccdcb1c68a (diff)
downloadmanaserv-32018c0b78bd5408ec5032ac5960a2b640ed89f9.tar.gz
manaserv-32018c0b78bd5408ec5032ac5960a2b640ed89f9.tar.bz2
manaserv-32018c0b78bd5408ec5032ac5960a2b640ed89f9.tar.xz
manaserv-32018c0b78bd5408ec5032ac5960a2b640ed89f9.zip
Added some more log infos, and made small cleanups.
Reviewed-by: Thorbjorn, Jaxad0127
Diffstat (limited to 'src/account-server')
-rw-r--r--src/account-server/main-account.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/account-server/main-account.cpp b/src/account-server/main-account.cpp
index 460a5f1b..39c111aa 100644
--- a/src/account-server/main-account.cpp
+++ b/src/account-server/main-account.cpp
@@ -249,6 +249,11 @@ static void printHelp()
<< "Options: " << std::endl
<< " -h --help : Display this help" << std::endl
<< " --verbosity <n> : Set the verbosity level" << std::endl
+ << " - 0. Fatal Errors only." << std::endl
+ << " - 1. All Errors." << std::endl
+ << " - 2. Plus warnings." << std::endl
+ << " - 3. Plus standard information." << std::endl
+ << " - 4. Plus debugging information." << std::endl
<< " --port <n> : Set the default port to listen on" << std::endl;
exit(0);
}