fix debugging message.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2276 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
ac6ddd5005
commit
1340bc6f05
@ -3808,7 +3808,6 @@ p_total_erased(void)
|
|||||||
/* only for log upds */
|
/* only for log upds */
|
||||||
while (cl) {
|
while (cl) {
|
||||||
cls++;
|
cls++;
|
||||||
fprintf(stderr,"cl=%p, %lx %lu\n",cl,(unsigned long int)cl->ClFlags,(unsigned long int)cl->ClRefCount);
|
|
||||||
sz += cl->ClSize;
|
sz += cl->ClSize;
|
||||||
cl = cl->ClNext;
|
cl = cl->ClNext;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user