Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / src / src / exim_dbmbuild.c
index 02da079f696c77bb038da97509a84f28fce371b7..7cf2e47756cefef3c1409828753abade47edaf3a 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2020 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
@@ -60,6 +61,9 @@ BOOL
 string_format_trc(uschar * buf, int len, const uschar * func, unsigned line,
   const char * fmt, ...)
 { return FALSE; }
+void
+log_write(unsigned int selector, int flags, const char *format, ...)
+{ }
 
 
 struct global_flags    f;