From 58bad43eb9b522be657573c31c1c530e0a073390 Mon Sep 17 00:00:00 2001 From: Yongqiang He Date: Sat, 12 Dec 2015 15:21:07 -0500 Subject: [PATCH] client: modify a word in log This modification changed the word "comit" in line 7704 /* ldout(cct, 10) << "sync_write_comit -- no more unsafe writes, unmount can proceed" << dendl; */ by the word "commit"; Signed-off-by: YongQiang He --- src/client/Client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Client.cc b/src/client/Client.cc index 8f24ab2b6b53..397b2847d839 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -7700,7 +7700,7 @@ void Client::sync_write_commit(InodeRef& in) ldout(cct, 15) << "sync_write_commit unsafe_sync_write = " << unsafe_sync_write << dendl; if (unsafe_sync_write == 0 && unmounting) { - ldout(cct, 10) << "sync_write_comit -- no more unsafe writes, unmount can proceed" << dendl; + ldout(cct, 10) << "sync_write_commit -- no more unsafe writes, unmount can proceed" << dendl; mount_cond.Signal(); } -- 2.47.3