From 505e5ecfd3930bd1b429c36f10403d32a6c3c951 Mon Sep 17 00:00:00 2001 From: Stefan Haberland Date: Wed, 16 May 2012 12:30:52 +0200 Subject: s390/dasd: re-prioritize partition detection message To avoid confusion while formatting a DASD device change the level of the "Expected VOL1 label not found" message from warning to info. Signed-off-by: Stefan Haberland Signed-off-by: Martin Schwidefsky --- block/partitions/ibm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'block/partitions') diff --git a/block/partitions/ibm.c b/block/partitions/ibm.c index d513a07f44bb5..1104acac780b0 100644 --- a/block/partitions/ibm.c +++ b/block/partitions/ibm.c @@ -253,7 +253,7 @@ int ibm_partition(struct parsed_partitions *state) /* Are we not supposed to report this ? */ goto out_readerr; } else - printk(KERN_WARNING "Warning, expected Label VOL1 not " + printk(KERN_INFO "Expected Label VOL1 not " "found, treating as CDL formated Disk"); } -- cgit v1.2.3