From: Todd Lyons Date: Mon, 17 Sep 2012 16:11:58 +0000 (-0700) Subject: Typo in debug output. X-Git-Tag: exim-4_81_RC1~3^2~70 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/762ca6f356174af684898457987e31a470a3a903 Typo in debug output. --- diff --git a/src/src/transports/pipe.c b/src/src/transports/pipe.c index 15714f3f4..32a7bfa7c 100644 --- a/src/src/transports/pipe.c +++ b/src/src/transports/pipe.c @@ -186,7 +186,7 @@ if (ob->permit_coredump) if (errno != ENOSYS && errno != ENOTSUP) #endif log_write(0, LOG_MAIN, - "delivery setrlimit(RLIMIT_CORE, RLIMI_INFINITY) failed: %s", + "delivery setrlimit(RLIMIT_CORE, RLIM_INFINITY) failed: %s", strerror(errno)); } }