]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Fix log message
authorDavid Zafman <dzafman@redhat.com>
Tue, 28 Feb 2017 20:28:38 +0000 (12:28 -0800)
committerDavid Zafman <dzafman@redhat.com>
Mon, 17 Apr 2017 14:58:30 +0000 (07:58 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/os/filestore/FileStore.cc

index 475d7f59481ad0938403d1b10e3e2d99b679e6c7..3b0eabd12d5656cf57b6906a03f2907844e281cb 100644 (file)
@@ -3952,7 +3952,7 @@ void FileStore::sync_entry()
            derr << "ioctl WAIT_SYNC got " << cpp_strerror(err) << dendl;
            assert(0 == "wait_sync got error");
          }
-         dout(20) << " done waiting for checkpoint" << cid << " to complete" << dendl;
+         dout(20) << " done waiting for checkpoint " << cid << " to complete" << dendl;
        }
       } else
       {