mirror of
				https://github.com/Icinga/icinga2.git
				synced 2025-10-30 18:53:54 +01:00 
			
		
		
		
	Fix typo
This commit is contained in:
		
							parent
							
								
									3c4085b1bb
								
							
						
					
					
						commit
						2c8dfcc1aa
					
				| @ -179,7 +179,7 @@ void Application::SetResourceLimits() | |||||||
| 
 | 
 | ||||||
| 		if (setrlimit(RLIMIT_NOFILE, &rl) < 0) | 		if (setrlimit(RLIMIT_NOFILE, &rl) < 0) | ||||||
| 			Log(LogWarning, "Application") | 			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 */ | #	else /* RLIMIT_NOFILE */ | ||||||
| 		Log(LogNotice, "Application", "System does not support adjusting the resource limit for open file handles (RLIMIT_NOFILE)"); | 		Log(LogNotice, "Application", "System does not support adjusting the resource limit for open file handles (RLIMIT_NOFILE)"); | ||||||
| #	endif /* RLIMIT_NOFILE */ | #	endif /* RLIMIT_NOFILE */ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user