Files
s390-tools/zipl
Sven Schnelle 832268ecb0 zipl: add error_text_section()
There are quite a few places that do:

if (section == NULL) {
	error_text("file '%s'", file);
} else {
	error_text("file '%s' in section '%s'", file, section);
}

Add a helper function to deduplicate that.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
2022-01-20 09:35:02 +01:00
..
2019-10-17 16:35:01 +02:00
2022-01-20 09:35:02 +01:00
2022-01-20 09:35:02 +01:00
2019-10-17 16:35:01 +02:00