1
0
Fork 0

fix loglevel

This commit is contained in:
jsteemann 2017-01-30 15:51:37 +01:00
parent b3857d14b6
commit 4b98e961f6
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ void DatabaseManagerThread::run() {
}; };
while (!arangodb::wal::LogfileManager::instance() while (!arangodb::wal::LogfileManager::instance()
->executeWhileNothingQueued(callback)) { ->executeWhileNothingQueued(callback)) {
LOG(INFO) << "Trying to shutdown dropped database, waiting for phase in which the collector thread does not have queued operations."; LOG(DEBUG) << "Trying to shutdown dropped database, waiting for phase in which the collector thread does not have queued operations.";
usleep(500000); usleep(500000);
} }