X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fglob.c;h=e94e4aa764015628a9c0cc9e607d70414ba9c406;hp=4fe76f3f051a80e15091bc418d1db30c74d2ddde;hb=6280ac9b987c14f89749b4b4fdfec5a647567432;hpb=84fc760439e82e6b3616abd0d1f9bd7d7eb01ec0 diff --git a/daemon/glob.c b/daemon/glob.c index 4fe76f3..e94e4aa 100644 --- a/daemon/glob.c +++ b/daemon/glob.c @@ -46,7 +46,7 @@ do_glob_expand (const char *pattern) if (r != 0) { if (errno != 0) - reply_with_perror ("glob: %s", pattern); + reply_with_perror ("%s", pattern); else reply_with_error ("glob failed: %s", pattern); return NULL;