X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fupload.c;h=e15eadefd70db50cf7046dc0493afaa7c56011ab;hb=b08725d3be546ebb6c24b9adc0dcc7b33fc0f580;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; } }