add email address to start command
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 22 Nov 2011 11:12:48 +0000 (12:12 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 22 Nov 2011 11:12:48 +0000 (12:12 +0100)
citadel/modules/smtp/serv_smtpeventclient.c

index 94c075be0238cf696d562d1372dd872332c8c556..f790386cd44617c37acdd3d20b4766868760c8ee 100644 (file)
@@ -486,7 +486,7 @@ void smtp_try_one_queue_entry(OneQueItem *MyQItem,
                SubC->session_specific_data = (char*) SendMsg;
                SendMsg->IO.CitContext = SubC;
 
-               syslog(LOG_DEBUG, "SMTP Starting: [%ld] \n",
+               syslog(LOG_DEBUG, "SMTP Starting: [%ld] <%s> \n",
                       SendMsg->MyQItem->MessageID, 
                       ChrPtr(SendMsg->MyQEntry->Recipient));
                if (SendMsg->pCurrRelay == NULL)