Log Message: Use PRIu64 instead of llu when printing an u_int64_t. Fixes a build problem for our LP64 ports, where "long long" is typically longer than 64 bits. actually, "long long" is 64 bits on most/all of them, it's just that it's not the same type as "long". .mrg.