1
0
Fork 0

addeed log output

This commit is contained in:
Frank Celler 2016-02-23 22:32:14 +01:00
parent b2ecc039c6
commit 8edc06daf3
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@
#include "Wal/LogfileManager.h"
#include "Wal/Marker.h"
using namespace arangodb;
using namespace arangodb::basics;
////////////////////////////////////////////////////////////////////////////////
@ -410,6 +411,7 @@ static int OpenDatabases(TRI_server_t* server, bool isUpgrade) {
}
if (!StringUtils::isPrefix(name, "database-") || StringUtils::isSuffix(name, ".tmp")) {
LOG_TOPIC(TRACE, Logger::DATAFILES) << "ignoring file '" << name << "'";
continue;
}