summaryrefslogtreecommitdiffstats
path: root/sbin/growfs/debug.c
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-11-22 20:10:48 +0000
committerbrucec <brucec@FreeBSD.org>2010-11-22 20:10:48 +0000
commit621e6d10d808024e7f014b908cbcc5da124bd745 (patch)
tree6a56b3f4589aac0feed490c2a3650fe296d1d9b0 /sbin/growfs/debug.c
parent31be61effab180d09c8e91e953af32e1e7aea5e3 (diff)
downloadFreeBSD-src-621e6d10d808024e7f014b908cbcc5da124bd745.zip
FreeBSD-src-621e6d10d808024e7f014b908cbcc5da124bd745.tar.gz
Fix some more warnings found by clang.
Diffstat (limited to 'sbin/growfs/debug.c')
-rw-r--r--sbin/growfs/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/growfs/debug.c b/sbin/growfs/debug.c
index 15effec..5072fc1 100644
--- a/sbin/growfs/debug.c
+++ b/sbin/growfs/debug.c
@@ -281,7 +281,7 @@ dbg_dump_fs(struct fs *sb, const char *comment)
*/
fprintf(dbg_log, "maxbsize int32_t 0x%08x\n",
sb->fs_maxbsize);
- fprintf(dbg_log, "unrefs int64_t 0x%08x\n",
+ fprintf(dbg_log, "unrefs int64_t 0x%08jx\n",
sb->fs_unrefs);
fprintf(dbg_log, "sblockloc int64_t 0x%08x%08x\n",
((unsigned int *)&(sb->fs_sblockloc))[1],
OpenPOWER on IntegriCloud