diff options
Diffstat (limited to 'daemon/stat.c')
-rw-r--r-- | daemon/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/stat.c b/daemon/stat.c index 20f4b70a..c939e8ed 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; |