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:
vsc 2008-06-13 14:10:27 +00:00
parent ac6ddd5005
commit 1340bc6f05
1 changed files with 0 additions and 1 deletions

View File

@ -3808,7 +3808,6 @@ p_total_erased(void)
/* only for log upds */
while (cl) {
cls++;
fprintf(stderr,"cl=%p, %lx %lu\n",cl,(unsigned long int)cl->ClFlags,(unsigned long int)cl->ClRefCount);
sz += cl->ClSize;
cl = cl->ClNext;
}