daemon: Don't need to prefix error messages with the command name.
[libguestfs.git] / daemon / find.c
index 391b87b..535e46f 100644 (file)
@@ -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;
   }