X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Ftar.c;h=ebcaded82770d54cd9ac8338d031b1a93fc25a2a;hb=de33cc91ee93f85f06b9976fdc5454c0eb851b8e;hp=c3bdcf7ec5485b218192aa85bfcd37b53be6ff0f;hpb=d1c35f871022e40f9abd93048c1115c6565f94cb;p=libguestfs.git diff --git a/daemon/tar.c b/daemon/tar.c index c3bdcf7..ebcaded 100644 --- a/daemon/tar.c +++ b/daemon/tar.c @@ -44,7 +44,7 @@ do_tar_in (const char *dir) if (!root_mounted || dir[0] != '/') { cancel_receive (); - reply_with_error ("tar-in: root must be mounted and path must be absolute"); + reply_with_error ("root must be mounted and path must be absolute"); return -1; } @@ -165,7 +165,7 @@ do_tgz_in (const char *dir) if (!root_mounted || dir[0] != '/') { cancel_receive (); - reply_with_error ("tar-in: root must be mounted and path must be absolute"); + reply_with_error ("root must be mounted and path must be absolute"); return -1; }