]> code.citadel.org Git - citadel.git/blobdiff - citadel/room_ops.c
* Fix a few remaining lprintf(9, ...) to lprintf(CTDL_DEBUG, ...)
[citadel.git] / citadel / room_ops.c
index 242025627fc5588cce0af02d59bdadb18cbfa8b4..2edaeb98f637d0c47e21e9eca96836d050ebd0f1 100644 (file)
@@ -349,7 +349,7 @@ struct floor *cgetfloor(int floor_num) {
        end_critical_section(S_FLOORCACHE);
 
        if (fetch_new) {
-               lprintf(9, "fetch_new is active ... going to disk\n");
+               lprintf(CTDL_DEBUG, "fetch_new is active ... going to disk\n");
                fl = mallok(sizeof(struct floor));
                getfloor(fl, floor_num);
                begin_critical_section(S_FLOORCACHE);