From b5e5c51f7190f6d8acc0f575fa5671368abdefd7 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Sun, 22 Nov 2009 22:26:10 +0100 Subject: [PATCH] hdt: Adding more coherency in memory messages Impact: more coherency More coherency in memory messages --- com32/hdt/hdt-cli-dmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/hdt/hdt-cli-dmi.c b/com32/hdt/hdt-cli-dmi.c index aecd72d..0bf0f97 100644 --- a/com32/hdt/hdt-cli-dmi.c +++ b/com32/hdt/hdt-cli-dmi.c @@ -530,7 +530,7 @@ void show_dmi_memory_modules(int argc __unused, char** argv __unused, detect_dmi(hardware); if ((hardware->dmi.memory_count <= 0) && (hardware->dmi.memory_module_count <= 0)) { - more_printf("No memory module found\n"); + more_printf("No memory bank found\n"); return; } -- 2.7.4