The chroot action seems important enough to be printed unconditionally
and without the verbose option that prints way too much information.
Signed-off-by: David Sterba <dsterba@suse.cz>
strerror(-ret));
goto out;
}
- if (g_verbose >= 1) {
- fprintf(stderr, "chrooted to %s\n",
- dest_dir_full_path);
- }
+ fprintf(stderr, "Chroot to %s\n", dest_dir_full_path);
r->root_path = strdup("/");
r->dest_dir_path = r->root_path;
} else {