1
0
Fork 0

Increase a log level to warn (as in 3.3).

This commit is contained in:
Max Neunhoeffer 2018-03-23 12:47:40 +01:00
parent 1e96c94aad
commit a84d758105
No known key found for this signature in database
GPG Key ID: 89A912AD5E343E1E
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ void HeartbeatThread::runSingleServer() {
if (res.successful()) {
LOG_TOPIC(TRACE, Logger::HEARTBEAT) << "successfully increased plan version in agency";
} else {
LOG_TOPIC(DEBUG, Logger::HEARTBEAT) << "could not increase version number in agency";
LOG_TOPIC(WARN, Logger::HEARTBEAT) << "could not increase version number in agency";
}
}