Fix build, use %d for int value formatting.
This commit is contained in:
parent
e948693ed7
commit
1fb5311e00
@ -834,7 +834,7 @@ pfs_readdir(struct vop_readdir_args *va)
|
||||
free(pfsent, M_IOV);
|
||||
i++;
|
||||
}
|
||||
PFS_TRACE(("%zd bytes", i * PFS_DELEN));
|
||||
PFS_TRACE(("%d bytes", i * PFS_DELEN));
|
||||
PFS_RETURN (error);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user