mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Change log level of "SSL connection shutting down"
This commit is contained in:
		| @@ -1228,7 +1228,7 @@ Conn_Close( CONN_ID Idx, const char *LogMsg, const char *FwdMsg, bool InformClie | |||||||
| 	c = Conn_GetClient( Idx ); | 	c = Conn_GetClient( Idx ); | ||||||
| #ifdef SSL_SUPPORT | #ifdef SSL_SUPPORT | ||||||
| 	if ( Conn_OPTION_ISSET( &My_Connections[Idx], CONN_SSL )) { | 	if ( Conn_OPTION_ISSET( &My_Connections[Idx], CONN_SSL )) { | ||||||
| 		Log(LOG_INFO, "SSL connection %d shutting down ...", Idx); | 		LogDebug("SSL connection %d shutting down ...", Idx); | ||||||
| 		ConnSSL_Free(&My_Connections[Idx]); | 		ConnSSL_Free(&My_Connections[Idx]); | ||||||
| 	} | 	} | ||||||
| #endif | #endif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton