main: fix debug format string

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2019-09-11 20:40:12 +02:00
parent ae96c48f1a
commit e72f92bcf6
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED

2
main.c
View File

@ -3463,7 +3463,7 @@ ovl_getattr (fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi)
struct fuse_entry_param e; struct fuse_entry_param e;
if (UNLIKELY (ovl_debug (req))) 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); node = do_lookup_file (lo, ino, NULL);
if (node == NULL) if (node == NULL)