mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
STABLE14-cmdebug-no-zero-pad-output-20060119
length, dv and refcnt no longer 0 padded
This commit is contained in:
parent
a1e514c0f7
commit
24c5a56af9
@ -306,7 +306,7 @@ PrintCacheEntries32(struct rx_connection *aconn, int aint32)
|
|||||||
PrintLock(¢ry.lock);
|
PrintLock(¢ry.lock);
|
||||||
printf("\n");
|
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);
|
centry.DataVersion, centry.refCount);
|
||||||
printf(" callback %08x\texpires %u\n", centry.callback,
|
printf(" callback %08x\texpires %u\n", centry.callback,
|
||||||
centry.cbExpires);
|
centry.cbExpires);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user