X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Ffind.c;h=535e46f6d1c7d02e74e567176ced2fd5d081024b;hb=5477d98548661394cf0df3ce48929961e0d2a38f;hp=391b87bb889a69598645c2ee96228d2478ac3362;hpb=688bdc1a068a6c0bea58addd04d5bbe6dc1940c4;p=libguestfs.git diff --git a/daemon/find.c b/daemon/find.c index 391b87b..535e46f 100644 --- a/daemon/find.c +++ b/daemon/find.c @@ -114,7 +114,7 @@ do_find (const char *dir) } } if (pclose (fp) != 0) { - reply_with_perror ("pclose: find"); + reply_with_perror ("pclose"); free_stringslen (res, size); return NULL; }