X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=inline;f=daemon%2Fupload.c;h=e15eadefd70db50cf7046dc0493afaa7c56011ab;hb=699f38f05f2545a2c188370500df17cc52cbdf98;hp=fdb86549b3b7277d12418269344bb45a31c913da;hpb=acdcbac91e9f03333a47204f2a6c52ac03288305;p=libguestfs.git diff --git a/daemon/upload.c b/daemon/upload.c index fdb8654..e15eade 100644 --- a/daemon/upload.c +++ b/daemon/upload.c @@ -44,7 +44,7 @@ do_upload (const char *filename) if (!is_dev) { if (!root_mounted || filename[0] != '/') { cancel_receive (); - reply_with_error ("upload: root must be mounted and path must be absolute"); + reply_with_error ("root must be mounted and path must be absolute"); return -1; } }