X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fstat.c;h=c939e8ed95dfd93a10e723d22f9092eaf4f6dce5;hp=20f4b70ab50b018b4cd1b03c06252120fba4ec08;hb=21c42e9fabf6cea3d564e338a314479ef120502a;hpb=63516f39a0b1381ef3d06d9eb55141bf6c4466b0 diff --git a/daemon/stat.c b/daemon/stat.c index 20f4b70..c939e8e 100644 --- a/daemon/stat.c +++ b/daemon/stat.c @@ -151,7 +151,7 @@ do_lstatlist (const char *path, char *const *names) CHROOT_OUT; if (path_fd == -1) { - reply_with_perror ("lstatlist: %s", path); + reply_with_perror ("%s", path); free (ret->guestfs_int_stat_list_val); free (ret); return NULL;