1
0
Fork 0

Add some diagnostics.

This commit is contained in:
Max Neunhoeffer 2017-01-25 23:35:15 +01:00
parent 59e1b35ded
commit 473e46f748
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ class StatisticsAgent {
protected:
void replace(STAT* statistics) {
LOG(ERR) << "RequestStatisticsAgent::replace called with alias.";
if (_statistics != statistics) {
if (_statistics != nullptr) {
FUNC::release(_statistics);