mirror of https://gitee.com/bigwinds/arangodb
Fix a wrong log message.
This commit is contained in:
parent
241cc89c64
commit
dad4f34f7a
|
@ -1533,7 +1533,8 @@ AgencyCommResult AgencyComm::send(
|
|||
if (cc == nullptr) {
|
||||
// nullptr only happens during controlled shutdown
|
||||
result._message = "could not send request to agency because of shutdown";
|
||||
LOG_TOPIC(TRACE, Logger::AGENCYCOMM) << "could not send request to agency";
|
||||
LOG_TOPIC(TRACE, Logger::AGENCYCOMM)
|
||||
<< "could not send request to agency because of shutdown";
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue