s390/dasd: re-prioritize partition detection message
authorStefan Haberland <stefan.haberland@de.ibm.com>
Wed, 16 May 2012 10:30:52 +0000 (12:30 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 16 May 2012 12:42:51 +0000 (14:42 +0200)
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 <stefan.haberland@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
block/partitions/ibm.c

index d513a07f44bb54805de9adf7171c0991aa4ab309..1104acac780b06305a0b26aa1de06d289d2e1461 100644 (file)
@@ -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");
 
        }