summaryrefslogtreecommitdiffstats
path: root/block/partitions
diff options
context:
space:
mode:
authorStefan Haberland <stefan.haberland@de.ibm.com>2012-05-16 12:30:52 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-05-16 14:42:51 +0200
commit505e5ecfd3930bd1b429c36f10403d32a6c3c951 (patch)
tree3ce6ccd0a185bdb8857497ccf55d8b9c408b45a4 /block/partitions
parentafb6ac598f5c4433ab2aff5932ea2f69f74e75e7 (diff)
downloadlinux-0-day-505e5ecfd3930bd1b429c36f10403d32a6c3c951.tar.gz
linux-0-day-505e5ecfd3930bd1b429c36f10403d32a6c3c951.tar.xz
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 <stefan.haberland@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'block/partitions')
-rw-r--r--block/partitions/ibm.c2
1 files changed, 1 insertions, 1 deletions
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");
}