On 06/15/2012 11:21 PM, Christoph Hellwig wrote: > - dprintf("epoch %u, sha1: %s\n", epoch, sha1_to_hex(outsha1)); > + dprintf("epoch: %d, sha1: %s\n", epoch, sha1_to_hex(outsha1)) We should use PRIu32 to print epoch. I'll see to this patchset next Monday. -- thanks, Yuan