1
0
Fork 0

Fix debugging output again.

This commit is contained in:
Max Neunhoeffer 2017-01-26 11:19:04 +01:00
parent 81ab97431c
commit 4d1f1cc68d
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ class StatisticsAgent {
}
_statistics = statistics;
} else {
LOG(ERR) << "RequestStatisticsAgent::replace called with alias.";
} else if (_statistics != nullptr) {
LOG(ERR) << "StatisticsAgent::replace called with alias and not nullptr";
}
}
};