From: Patrick Donnelly Date: Thu, 6 Oct 2016 22:08:54 +0000 (-0400) Subject: mon: add missing space in warning message X-Git-Tag: v11.1.0~702^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11361%2Fhead;p=ceph.git mon: add missing space in warning message Signed-off-by: Patrick Donnelly --- diff --git a/src/mon/MDSMonitor.cc b/src/mon/MDSMonitor.cc index 85563c5a44dc..cc1d56a413d9 100644 --- a/src/mon/MDSMonitor.cc +++ b/src/mon/MDSMonitor.cc @@ -1699,7 +1699,7 @@ int MDSMonitor::management_command( cmd_getval(g_ceph_context, cmdmap, "sure", sure); if (sure != "--yes-i-really-mean-it") { ss << "this is a DESTRUCTIVE operation and will make data in your filesystem permanently" \ - "inaccessible. Add --yes-i-really-mean-it if you are sure you wish to continue."; + " inaccessible. Add --yes-i-really-mean-it if you are sure you wish to continue."; return -EPERM; }