Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 505e5ecf authored by Stefan Haberland's avatar Stefan Haberland Committed by Martin Schwidefsky
Browse files

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: default avatarStefan Haberland <stefan.haberland@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent afb6ac59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");

	}