summaryrefslogtreecommitdiff
path: root/cmds-receive.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmds-receive.c')
-rw-r--r--cmds-receive.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmds-receive.c b/cmds-receive.c
index 3505c76e..b7cf3f95 100644
--- a/cmds-receive.c
+++ b/cmds-receive.c
@@ -875,10 +875,7 @@ static int do_receive(struct btrfs_receive *r, const char *tomnt, int r_fd,
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 {