daemon: Don't need to prefix error messages with the command name.
[libguestfs.git] / daemon / link.c
index 5ea0d39..3766d8c 100644 (file)
@@ -68,7 +68,7 @@ do_readlinklist (const char *path, char *const *names)
   CHROOT_OUT;
 
   if (fd_cwd == -1) {
-    reply_with_perror ("readlinklist: %s", path);
+    reply_with_perror ("open: %s", path);
     return NULL;
   }