mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
a902fd9afe
commit
2bb61f96c0
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user