X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8b26070532a925dd0a2c1c9d0deb0894a4af8eec..762ca6f356174af684898457987e31a470a3a903:/src/src/transports/pipe.c 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)); } }