]> code.citadel.org Git - citadel.git/blobdiff - citadel/housekeeping.c
* Wrap txn_begin and txn_end in S_DATABASE mutex
[citadel.git] / citadel / housekeeping.c
index 1d532b14a86bcb465bf8bbb7831d358a782ffa3b..15f43df16fd8a1efbb3dbb2b394f4cc241151525 100644 (file)
@@ -177,7 +177,6 @@ void check_ref_counts(void) {
 
        lprintf(7, "Checking floor reference counts\n");
        for (a=0; a<MAXFLOORS; ++a) {
-               lprintf(9, "Resetting floor %d\n", a);
                getfloor(&flbuf, a);
                flbuf.f_ref_count = 0;
                flbuf.f_flags = flbuf.f_flags & ~QR_INUSE;