mirror of https://github.com/Icinga/icinga2.git
Fix typo
This commit is contained in:
parent
3c4085b1bb
commit
2c8dfcc1aa
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue