From 762ca6f356174af684898457987e31a470a3a903 Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Mon, 17 Sep 2012 09:11:58 -0700 Subject: [PATCH] Typo in debug output. --- src/src/transports/pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } } -- 2.30.2