diff options
author | Todd Lyons <tlyons@exim.org> | 2012-09-17 09:11:58 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2012-09-17 09:11:58 -0700 |
commit | 762ca6f356174af684898457987e31a470a3a903 (patch) | |
tree | ca121ee1890ed1ec474c6cc450626cb5ece7d7b5 | |
parent | 8b26070532a925dd0a2c1c9d0deb0894a4af8eec (diff) |
Typo in debug output.
-rw-r--r-- | src/src/transports/pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } |