mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 22:13:00 +00:00 
			
		
		
		
	Log an error (not info) when working directory can't be changed
This commit is contained in:
		| @@ -817,8 +817,8 @@ NGIRCd_Init(bool NGIRCd_NoDaemon) | ||||
| 			    "Changed working directory to \"%s\" ...", | ||||
| 			    pwd->pw_dir); | ||||
| 		else | ||||
| 			Log(LOG_INFO, | ||||
| 			    "Notice: Can't change working directory to \"%s\": %s!", | ||||
| 			Log(LOG_ERR, | ||||
| 			    "Can't change working directory to \"%s\": %s!", | ||||
| 			    pwd->pw_dir, strerror(errno)); | ||||
| 	} else | ||||
| 		Log(LOG_ERR, "Can't get user informaton for UID %d!?", Conf_UID); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton