Skip to content

Commit b709713

Browse files
mds: use after move ack error in QuiesceAgent::agent_thread_main
Fixes: https://tracker.ceph.com/issues/73432 Signed-off-by: Edwin Rodriguez <[email protected]>
1 parent 353eaff commit b709713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mds/QuiesceAgent.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ void* QuiesceAgent::agent_thread_main() {
176176
dout(20) << "asynchronous ack for " << (new_version ? "a new" : "the current") << " version: " << ack << dendl;
177177
int rc = quiesce_control.agent_ack(std::move(ack));
178178
if (rc != 0) {
179-
dout(3) << "got error: " << rc << " trying to send " << ack << dendl;
179+
dout(3) << "asynchronous ack for " << (new_version ? "a new" : "the current") << " version got error: " << rc << dendl;
180180
}
181181
}
182182
old.clear();

0 commit comments

Comments
 (0)