Skip to content

Commit 72ac13b

Browse files
committed
Merge PR ceph#65886 into main
* refs/pull/65886/head: Reviewed-by: Patrick Donnelly <[email protected]> Reviewed-by: Venky Shankar <[email protected]>
2 parents ee2c65c + b709713 commit 72ac13b

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)