X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fwc.c;h=fe27bf19ea60522e3b101d9ada7b170216e3e05b;hp=b64940b7853f8607db18748d412db22441943ab6;hb=e9c37113104c1cfb234535adc9b52ad3880a41ce;hpb=9b3ef85a3d1b43faa98bb5dc922f8a273a5e1dde diff --git a/daemon/wc.c b/daemon/wc.c index b64940b..fe27bf1 100644 --- a/daemon/wc.c +++ b/daemon/wc.c @@ -60,7 +60,7 @@ wc (const char *flag, const char *path) /* Parse the number. */ if (sscanf (out, "%d", &r) != 1) { - reply_with_error ("wc: cannot parse number: %s", out); + reply_with_error ("cannot parse number: %s", out); free (out); return -1; }