From bc5fe2e9099dbb560c2153d3ac85f38b46593a77 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 --- 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 fdf004bfb65..529e9ad6c6b 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