From a95f6fe688ba10a80565c7756a7c7a96f0b2685b Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 6 Oct 2016 18:08:54 -0400 Subject: [PATCH] mon: add missing space in warning message Signed-off-by: Patrick Donnelly --- src/mon/MDSMonitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3