Merge pull request #6250 from Icinga/fix/typo

Fix typo
This commit is contained in:
Jean Flach 2018-04-23 10:35:13 +02:00 committed by GitHub
commit d4ffddebcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 */