1
0
Fork 0

using logger

This commit is contained in:
Frank Celler 2012-02-08 12:53:38 +01:00
parent 5cccbe44ba
commit 9787bac026
3 changed files with 3 additions and 3 deletions

View File

@ -170,7 +170,7 @@ namespace {
exit(EXIT_FAILURE);
}
else {
cerr << "changed into directory '" << workingDirectory << "'\n";
LOGGER_INFO << "changed into directory '" << workingDirectory << "'";
}
}

View File

@ -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)")
;

View File

@ -1 +1 @@
#define TRIAGENS_VERSION "0.0.8 [1325M]"
#define TRIAGENS_VERSION "0.0.8 [1325:1329M]"