From a0a14a950fe9c98cc12e8acb0580f02c7e860f11 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 18 Feb 2019 15:07:18 -0600 Subject: [PATCH] osd: fix typo in numa node check; lower debug level - s/to/do/ - no need for this on stderr, since they don't match on *most* systems it seems. Signed-off-by: Sage Weil --- src/osd/OSD.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 9fb35ff8813..51a1273934d 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -2402,8 +2402,8 @@ int OSD::set_numa_affinity() numa_node = front_node; } } else { - derr << __func__ << " objectstore and network numa nodes to not match" - << dendl; + dout(1) << __func__ << " objectstore and network numa nodes do not match" + << dendl; } } } else { -- 2.47.3