]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Right severity level for fatal message
authorPavel Machek <pavel@ucw.cz>
Tue, 11 Jan 2005 01:19:09 +0000 (17:19 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 01:19:09 +0000 (17:19 -0800)
Telling user machine will crash with default loglevel is nice joke, it
at least needs worse severity.

Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/page_alloc.c

index 74b5700093b52af56729263104677d7885011adb..42fd1e9fc7d39926ffaded745e2888ffceb02a51 100644 (file)
@@ -1630,7 +1630,7 @@ static void __init free_area_init_core(struct pglist_data *pgdat,
                zone->zone_start_pfn = zone_start_pfn;
 
                if ((zone_start_pfn) & (zone_required_alignment-1))
-                       printk("BUG: wrong zone alignment, it will crash\n");
+                       printk(KERN_CRIT "BUG: wrong zone alignment, it will crash\n");
 
                memmap_init(size, nid, j, zone_start_pfn);