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]"