Logging: for callout errors likely to be config problems, include the transport in...
[exim.git] / src / src / smtp_out.c
index e705965bac21252dcc327f4fd7b6330045bd7386..02f1fa438ff22822f3d1b8311dfa17a1b485b147 100644 (file)
@@ -305,7 +305,7 @@ if (sc->interface)
      )
     {
     HDEBUG(D_transport|D_acl|D_v)
-      debug_printf_indent("unable to bind outgoing SMTP call to %s: %s", sc->interface,
+      debug_printf_indent("unable to bind outgoing SMTP call to %s: %s\n", sc->interface,
        strerror(errno));
     close(sock);
     return -1;