DeleteSmtpOutMsg(): we don't have a Queu-Item anymore; we can't log its id.
[citadel.git] / citadel / modules / smtp / serv_smtpeventclient.c
index 5cf7e7e4a748b4c032313118d00f763d808c2a28..a411ef7d1ecf2575ef0bface76afe53da8ca20cc 100644 (file)
@@ -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;