Fix typo in debug output
[users/jgh/exim.git] / src / src / macros.h
index d63025ec251a2a05290288036bec872675893561..0ce24f8cb1ae84d8bd58bf7c225b3c4f624c6a96 100644 (file)
@@ -474,8 +474,9 @@ enum {
   Li_8bitmime,
   Li_smtp_mailauth,
   Li_proxy,
+  Li_outgoing_interface,
 
-  log_selector_size = BITWORD(Li_proxy) + 1
+  log_selector_size = BITWORD(Li_outgoing_interface) + 1
 };
 
 #define LOGGING(opt) BIT_TEST(log_selector, log_selector_size, Li_##opt)