From 9787bac026bcc3d22b3e4e7599b8f810eeec366f Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Wed, 8 Feb 2012 12:53:38 +0100 Subject: [PATCH] using logger --- Rest/AnyServer.cpp | 2 +- RestServer/AvocadoServer.cpp | 2 +- build.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rest/AnyServer.cpp b/Rest/AnyServer.cpp index 3efecab94b..daf61edfcf 100644 --- a/Rest/AnyServer.cpp +++ b/Rest/AnyServer.cpp @@ -170,7 +170,7 @@ namespace { exit(EXIT_FAILURE); } else { - cerr << "changed into directory '" << workingDirectory << "'\n"; + LOGGER_INFO << "changed into directory '" << workingDirectory << "'"; } } diff --git a/RestServer/AvocadoServer.cpp b/RestServer/AvocadoServer.cpp index b2fc1727ca..f7af11000a 100644 --- a/RestServer/AvocadoServer.cpp +++ b/RestServer/AvocadoServer.cpp @@ -260,7 +260,7 @@ void AvocadoServer::buildApplicationServer () { // database options // ............................................................................. - additional["DATABASE Options:help-extended"] + additional["DATABASE Options:help-admin"] ("database.directory", &_databasePath, "path to the database directory (use this option in configuration files instead of passing it via the command line)") ; diff --git a/build.h b/build.h index 4f9e1d6784..46cccdd7b2 100644 --- a/build.h +++ b/build.h @@ -1 +1 @@ -#define TRIAGENS_VERSION "0.0.8 [1325M]" +#define TRIAGENS_VERSION "0.0.8 [1325:1329M]"