]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: fix spelling typo 59173/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 12 Aug 2024 17:42:29 +0000 (13:42 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 12 Aug 2024 17:42:29 +0000 (13:42 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/QuiesceAgent.cc

index 3a01910cb264bb2423cd52a8b0e720a2be30597c..54355f516adacc0c48988452d15dbba60f18b2ef 100644 (file)
@@ -173,7 +173,7 @@ void* QuiesceAgent::agent_thread_main() {
     // send the ack and clear the old roots outside of the lock
     bool new_version = current.db_version != old.db_version;
     if (new_version || !ack.roots.empty()) {
-      dout(20) << "asyncrhonous ack for " << (new_version ? "a new" : "the current") << " version: " << ack << dendl;
+      dout(20) << "asynchronous ack for " << (new_version ? "a new" : "the current") << " version: " << ack << dendl;
       int rc = quiesce_control.agent_ack(std::move(ack));
       if (rc != 0) {
         dout(3) << "got error: " << rc << " trying to send " << ack << dendl;