From: Sascha Wildner Date: Sun, 26 Aug 2012 11:14:13 +0000 (+0200) Subject: growfs(8): Fix building with -DFS_DEBUG. X-Git-Tag: v3.2.0~252 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/3a5f212d2429fded7913be37ab99b91ef0259c5a growfs(8): Fix building with -DFS_DEBUG. --- diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index 4c2af0b43d..98a2cc7e53 100644 --- a/sbin/growfs/growfs.c +++ b/sbin/growfs/growfs.c @@ -2304,8 +2304,8 @@ updrefs(int cg, ino_t in, struct gfs_bpp *bp, int fsi, int fso, unsigned int DBG_LEAVE; return; /* skip empty swiss cheesy file or old fastlink */ } - DBG_PRINT2("scg checking inode (%d in %d)\n", - in, + DBG_PRINT2("scg checking inode (%ju in %d)\n", + (uintmax_t)in, cg); /*