libev/c-ares migration: unstack out ouf c-ares before querying new requests
[citadel.git] / citadel / modules / smtp / serv_smtpqueue.c
index 5ae9796bdd0f703c6cad3eb33c7b7b5783488a0d..591918ea200b5d3fc551e75e935a034770523841 100644 (file)
@@ -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] );