DeleteSmtpOutMsg(): we don't have a Queu-Item anymore; we can't log its id.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 3 Jun 2012 13:40:00 +0000 (15:40 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 3 Jun 2012 13:40:00 +0000 (15:40 +0200)
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;