diff --git a/mcelog.c b/mcelog.c index af78b20..43c720e 100644 --- a/mcelog.c +++ b/mcelog.c @@ -521,7 +521,7 @@ int is_cpu_supported(void) if (family == 15) { cputype = CPU_K8; } else if (family >= 16) { - SYSERRprintf("AMD Processor family %d: Please use the edac_mce_amd module instead.\n", family); + SYSERRprintf("ERROR: AMD Processor family %d: mcelog does not support this processor. Please use the edac_mce_amd module instead.\n", family); return 0; } } else if (!strcmp(vendor,"GenuineIntel"))