mirror of https://gitee.com/bigwinds/arangodb
Fix debugging output again.
This commit is contained in:
parent
81ab97431c
commit
4d1f1cc68d
|
@ -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";
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue