From debb1d97e66b4661147cd192dd15662868f473f3 Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Thu, 7 Sep 2017 18:10:18 +0100 Subject: [PATCH] mon/OSDMonitor: fix typo Signed-off-by: Joao Eduardo Luis (cherry picked from commit bc5fe2e9099dbb560c2153d3ac85f38b46593a77) --- src/mon/OSDMonitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index ee13eaf68a4c8..46f702f4023e4 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -5867,7 +5867,7 @@ int OSDMonitor::prepare_new_pool(string& name, uint64_t auid, *ss << "crush test failed with " << r << ": " << err.str(); return r; } - dout(10) << __func__ << " crush somke test duration: " + dout(10) << __func__ << " crush smoke test duration: " << duration << dendl; } unsigned size, min_size; -- 2.39.5