dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Stefan Haberland 2012-05-16 12:30:52 +02:00 committed by Martin Schwidefsky
parent afb6ac598f
commit 505e5ecfd3
1 changed files with 1 additions and 1 deletions

View 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");
}