X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fserv_smtpqueue.c;h=591918ea200b5d3fc551e75e935a034770523841;hb=757d27c6e4c9eefec77b1b4c4c41ea2a8b312007;hp=5ae9796bdd0f703c6cad3eb33c7b7b5783488a0d;hpb=f73ec44ea6fb12fe23b7a021993dff8a28cbe0f7;p=citadel.git diff --git a/citadel/modules/smtp/serv_smtpqueue.c b/citadel/modules/smtp/serv_smtpqueue.c index 5ae9796bd..591918ea2 100644 --- a/citadel/modules/smtp/serv_smtpqueue.c +++ b/citadel/modules/smtp/serv_smtpqueue.c @@ -420,7 +420,7 @@ StrBuf *smtp_load_msg(OneQueItem *MyQItem, int n) if ((StrLength(SendMsg) > 0) && ChrPtr(SendMsg)[StrLength(SendMsg) - 1] != '\n') { CtdlLogPrintf(CTDL_WARNING, - "SMTP client[%ld]: Possible problem: message did not " + "SMTP client[%d]: Possible problem: message did not " "correctly terminate. (expecting 0x10, got 0x%02x)\n", MsgCount, //yes uncool, but best choice here... ChrPtr(SendMsg)[StrLength(SendMsg) - 1] );