Did away with lprintf all together now its called CtdlLogPrintf()
[citadel.git] / citadel / modules / notes / serv_notes.c
index c7a613c044ab3a1a704b2c8d21d83404c28a88c7..18ba3ad1ae4a510fc70da8bc0796aecadf5d4c44 100644 (file)
@@ -83,7 +83,7 @@ int serv_notes_beforesave(struct CtdlMessage *msg)
                                }
                        }
 
-                       lprintf(9, "UUID of note is: %s\n", uuid);
+                       CtdlLogPrintf(9, "UUID of note is: %s\n", uuid);
                        if (!IsEmptyStr(uuid)) {
 
                                if (msg->cm_fields['E'] != NULL) {