From 1340bc6f0506a64d4af6de0998593ddb303cc840 Mon Sep 17 00:00:00 2001 From: vsc Date: Fri, 13 Jun 2008 14:10:27 +0000 Subject: [PATCH] fix debugging message. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2276 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/dbase.c | 1 - 1 file changed, 1 deletion(-) diff --git a/C/dbase.c b/C/dbase.c index 59d364a3b..2c60b8c54 100644 --- a/C/dbase.c +++ b/C/dbase.c @@ -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; }