We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee2c65c + b709713 commit 72ac13bCopy full SHA for 72ac13b
src/mds/QuiesceAgent.cc
@@ -176,7 +176,7 @@ void* QuiesceAgent::agent_thread_main() {
176
dout(20) << "asynchronous ack for " << (new_version ? "a new" : "the current") << " version: " << ack << dendl;
177
int rc = quiesce_control.agent_ack(std::move(ack));
178
if (rc != 0) {
179
- dout(3) << "got error: " << rc << " trying to send " << ack << dendl;
+ dout(3) << "asynchronous ack for " << (new_version ? "a new" : "the current") << " version got error: " << rc << dendl;
180
}
181
182
old.clear();
0 commit comments