STABLE14-cmdebug-no-zero-pad-output-20060119

length, dv and refcnt no longer 0 padded
This commit is contained in:
Derrick Brashear 2006-01-20 00:03:10 +00:00
parent a1e514c0f7
commit 24c5a56af9

View File

@ -306,7 +306,7 @@ PrintCacheEntries32(struct rx_connection *aconn, int aint32)
PrintLock(&centry.lock);
printf("\n");
}
printf(" %012d bytes DV %012d refcnt %05d\n", centry.Length,
printf(" %12d bytes DV %12d refcnt %5d\n", centry.Length,
centry.DataVersion, centry.refCount);
printf(" callback %08x\texpires %u\n", centry.callback,
centry.cbExpires);