zipl/src: Make use of newly introduced verbosity classes/levels

Assign VERBOSITY_DEBUG class to the message printing information
about zipl helpers called by zipl tool.

Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Eduard Shishkin <edward6@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Eduard Shishkin
2026-04-29 17:46:02 +02:00
committed by Jan Höppner
parent a902fd9afe
commit 2bb61f96c0

View File

@@ -495,7 +495,7 @@ static int run_targetbase_script(struct job_target_data *td,
misc_asprintf(&ppn_cmd, "%s %d:%d", script_file,
major(stats->st_rdev), minor(stats->st_rdev));
printf("Run %s\n", ppn_cmd);
pr_debug("Run %s\n", ppn_cmd);
fh = popen(ppn_cmd, "r");
free(ppn_cmd);