New API: resize2fs-size to allow shrinking ext2 filesystems (RHBZ#585221).
[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;
   }