Overhaul the debug_selector and log_selector machinery to support variable-length...
[exim.git] / src / src / transports / lmtp.c
index 0cd89af8f8dd6350936f48b46ef13267c7475755..1f4d7a6bf56ee9ec210436f05e5cfa47a23f87db 100644 (file)
@@ -654,7 +654,7 @@ if (send_data)
     if (lmtp_read_response(out, buffer, sizeof(buffer), '2', timeout))
       {
       addr->transport_return = OK;
-      if ((log_extra_selector & LX_smtp_confirmation) != 0)
+      if (LOGGING(smtp_confirmation))
         {
         const uschar *s = string_printing(buffer);
        /* de-const safe here as string_printing known to have alloc'n'copied */