diff --git a/src/afs/afs_vcache.c b/src/afs/afs_vcache.c index fbb7a5bcf5..c338957f6b 100644 --- a/src/afs/afs_vcache.c +++ b/src/afs/afs_vcache.c @@ -600,7 +600,7 @@ afs_FlushReclaimedVcaches(void) We probably need a way to be smarter about this. */ tvc->nextfree = tmpReclaimedVCList; tmpReclaimedVCList = tvc; - printf("Reclaim list flush %x failed: %d\n", tvc, code); + printf("Reclaim list flush %lx failed: %d\n", (unsigned long) tvc, code); } } if (tmpReclaimedVCList)