CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2013/12/02 09:05:07

Modified files:
        sys/ntfs       : ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c 

Log message:
Use appropriate format specifiers in debug messages. In particular, avoid
casting almost everything to u_int32_t, then formatting as a signed int
(which really helps when you're trying to debug based on 64-bit values).

Looked over by krw@

Reply via email to