From 2c8dfcc1aa017e2493cac0edf097eea56fa1b81f Mon Sep 17 00:00:00 2001 From: Jean Flach Date: Mon, 23 Apr 2018 10:18:31 +0200 Subject: [PATCH] Fix typo --- lib/base/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base/application.cpp b/lib/base/application.cpp index 5cedbf5d6..12b5e62f1 100644 --- a/lib/base/application.cpp +++ b/lib/base/application.cpp @@ -179,7 +179,7 @@ void Application::SetResourceLimits() if (setrlimit(RLIMIT_NOFILE, &rl) < 0) Log(LogWarning, "Application") - << "Failed adjust resource limit for open file handles (RLIMIT_NOFILE) with error \"" << strerror(errno) << "\""; + << "Failed to adjust resource limit for open file handles (RLIMIT_NOFILE) with error \"" << strerror(errno) << "\""; # else /* RLIMIT_NOFILE */ Log(LogNotice, "Application", "System does not support adjusting the resource limit for open file handles (RLIMIT_NOFILE)"); # endif /* RLIMIT_NOFILE */ -- 2.40.0