From: David Zafman Date: Tue, 28 Feb 2017 20:28:38 +0000 (-0800) Subject: osd: Fix log message X-Git-Tag: v12.0.2~51^2~23 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1e7d227bfc511d53efbe96c52bcd5af9c7cc08b4;p=ceph.git osd: Fix log message Signed-off-by: David Zafman --- diff --git a/src/os/filestore/FileStore.cc b/src/os/filestore/FileStore.cc index 475d7f59481a..3b0eabd12d56 100644 --- a/src/os/filestore/FileStore.cc +++ b/src/os/filestore/FileStore.cc @@ -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 {