summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs.c b/netfs.c
index 92e34ba05..d0f3e7e71 100644
--- a/netfs.c
+++ b/netfs.c
@@ -749,7 +749,7 @@ netfs_get_dirents (struct iouser *cred, struct node *dir,
*data_entries = count;
fshelp_touch (&dir->nn_stat, TOUCH_ATIME, cvsfs_maptime);
- FUNC_EPILOGUE_FMT(err, "wrote %d entries to %d bytes.", count, size);
+ FUNC_EPILOGUE_FMT(err, "wrote %d entries to %zd bytes.", count, size);
}