X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fnotes%2Fserv_notes.c;h=18ba3ad1ae4a510fc70da8bc0796aecadf5d4c44;hb=a2fda4eafb51bbf58c04471522aa2d0f116c797e;hp=c7a613c044ab3a1a704b2c8d21d83404c28a88c7;hpb=53a98e8c78238bcda8f56c970ed39d37c4a6a4eb;p=citadel.git diff --git a/citadel/modules/notes/serv_notes.c b/citadel/modules/notes/serv_notes.c index c7a613c04..18ba3ad1a 100644 --- a/citadel/modules/notes/serv_notes.c +++ b/citadel/modules/notes/serv_notes.c @@ -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) {