diff options
Diffstat (limited to 'daemon/find.c')
-rw-r--r-- | daemon/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/find.c b/daemon/find.c index 391b87bb..535e46f6 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; } |