mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
compel: be silent if no errors
In case of success, we want to be silent when on default log level. This is a time-honored UNIX tradition, who we are to break it? Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
5cac11310f
commit
beda098364
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ err:
|
|||
if (opts.fout)
|
||||
fclose(opts.fout);
|
||||
if (!ret)
|
||||
printf("%s generated successfully.\n", opts.output_filename);
|
||||
pr_info("%s generated successfully.\n", opts.output_filename);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue