mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-16 02:39:29 -04:00
main: fix debug format string
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
ae96c48f1a
commit
e72f92bcf6
2
main.c
2
main.c
@ -3463,7 +3463,7 @@ ovl_getattr (fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi)
|
||||
struct fuse_entry_param e;
|
||||
|
||||
if (UNLIKELY (ovl_debug (req)))
|
||||
fprintf (stderr, "ovl_getattr(ino=%" PRIu64 "s)\n", ino);
|
||||
fprintf (stderr, "ovl_getattr(ino=%" PRIu64 ")\n", ino);
|
||||
|
||||
node = do_lookup_file (lo, ino, NULL);
|
||||
if (node == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user