select() -> poll(). Bug 2831
[exim.git] / src / src / routers / rf_queue_add.c
index 938eee30a22a18cbf7b04ee5fa83cb60ab8bf98e..0693c8c6e59f7c942faadb25601b62f037e7248d 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
@@ -98,7 +99,7 @@ DEBUG(D_route)
     "  errors_to=%s\n",
     addr->transport ? addr->transport->name : US"<unset>",
     addr->local_part, addr->domain, addr->prop.errors_address);
-  debug_printf("  domain_data=%s localpart_data=%s\n", addr->prop.domain_data,
+  debug_printf("  domain_data=%s local_part_data=%s\n", addr->prop.domain_data,
     addr->prop.localpart_data);
   }