mirror of https://gitee.com/bigwinds/arangodb
Add some diagnostics.
This commit is contained in:
parent
59e1b35ded
commit
473e46f748
|
@ -95,6 +95,7 @@ class StatisticsAgent {
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void replace(STAT* statistics) {
|
void replace(STAT* statistics) {
|
||||||
|
LOG(ERR) << "RequestStatisticsAgent::replace called with alias.";
|
||||||
if (_statistics != statistics) {
|
if (_statistics != statistics) {
|
||||||
if (_statistics != nullptr) {
|
if (_statistics != nullptr) {
|
||||||
FUNC::release(_statistics);
|
FUNC::release(_statistics);
|
||||||
|
|
Loading…
Reference in New Issue