mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 18:00:28 +00:00
- Loglevel (nochmal) angepasst.
This commit is contained in:
parent
b61207742f
commit
c0a5714002
@ -9,11 +9,14 @@
|
|||||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
* der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
|
* der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
*
|
*
|
||||||
* $Id: conn.c,v 1.16 2001/12/27 19:32:44 alex Exp $
|
* $Id: conn.c,v 1.17 2001/12/29 03:06:16 alex Exp $
|
||||||
*
|
*
|
||||||
* connect.h: Verwaltung aller Netz-Verbindungen ("connections")
|
* connect.h: Verwaltung aller Netz-Verbindungen ("connections")
|
||||||
*
|
*
|
||||||
* $Log: conn.c,v $
|
* $Log: conn.c,v $
|
||||||
|
* Revision 1.17 2001/12/29 03:06:16 alex
|
||||||
|
* - Loglevel (nochmal) angepasst.
|
||||||
|
*
|
||||||
* Revision 1.16 2001/12/27 19:32:44 alex
|
* Revision 1.16 2001/12/27 19:32:44 alex
|
||||||
* - bei "Null-Requests" wird nichts mehr geloggt. Uberfluessig, da normal.
|
* - bei "Null-Requests" wird nichts mehr geloggt. Uberfluessig, da normal.
|
||||||
*
|
*
|
||||||
@ -665,7 +668,7 @@ LOCAL VOID Check_Connections( VOID )
|
|||||||
if( My_Connections[i].lastping < time( NULL ) - Conf_PongTimeout )
|
if( My_Connections[i].lastping < time( NULL ) - Conf_PongTimeout )
|
||||||
{
|
{
|
||||||
/* Timeout */
|
/* Timeout */
|
||||||
Log( LOG_NOTICE, "Connection %d: Ping timeout.", i );
|
Log( LOG_INFO, "Connection %d: Ping timeout.", i );
|
||||||
Conn_Close( i, "Ping timeout" );
|
Conn_Close( i, "Ping timeout" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user