Typo in debug output.
authorTodd Lyons <tlyons@exim.org>
Mon, 17 Sep 2012 16:11:58 +0000 (09:11 -0700)
committerTodd Lyons <tlyons@exim.org>
Mon, 17 Sep 2012 16:11:58 +0000 (09:11 -0700)
src/src/transports/pipe.c

index 15714f3f48c9911546359959a7a8f76642da2bfa..32a7bfa7c8bfb751dd1be2c8f24a867aaaefedaf 100644 (file)
@@ -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));
     }
   }