mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
daemon: Improve error message for readlink call.
This commit is contained in:
@@ -41,7 +41,7 @@ do_readlink (const char *path)
|
||||
link = areadlink (path);
|
||||
CHROOT_OUT;
|
||||
if (link == NULL) {
|
||||
reply_with_perror ("readlink");
|
||||
reply_with_perror ("%s", path);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user