From: Wilfried Goesgens Date: Sun, 3 Jun 2012 13:40:00 +0000 (+0200) Subject: DeleteSmtpOutMsg(): we don't have a Queu-Item anymore; we can't log its id. X-Git-Tag: v8.12~38 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=35db85f6ff87358e3448d71704bd2f86252762dd DeleteSmtpOutMsg(): we don't have a Queu-Item anymore; we can't log its id. --- diff --git a/citadel/modules/smtp/serv_smtpeventclient.c b/citadel/modules/smtp/serv_smtpeventclient.c index 5cf7e7e4a..a411ef7d1 100644 --- a/citadel/modules/smtp/serv_smtpeventclient.c +++ b/citadel/modules/smtp/serv_smtpeventclient.c @@ -96,7 +96,7 @@ void DeleteSmtpOutMsg(void *v) { SmtpOutMsg *Msg = v; AsyncIO *IO = &Msg->IO; - EVS_syslog(LOG_DEBUG, "%s Exit\n", __FUNCTION__); + EV_syslog(LOG_DEBUG, "%s Exit\n", __FUNCTION__); /* these are kept in our own space and free'd below */ Msg->IO.ConnectMe = NULL;