Skip to content

Commit

Permalink
s390/dasd: re-prioritize partition detection message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Haberland authored and Martin Schwidefsky committed May 16, 2012
1 parent afb6ac5 commit 505e5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/partitions/ibm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

}
Expand Down

0 comments on commit 505e5ec

Please sign in to comment.