projects
/
ngircd-alex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd38e95
)
Change log level of "SSL connection shutting down"
author
Alexander Barton
<alex@barton.de>
Sun, 11 Aug 2013 22:02:40 +0000
(
00:02
+0200)
committer
Alexander Barton
<alex@barton.de>
Sun, 11 Aug 2013 22:02:40 +0000
(
00:02
+0200)
src/ngircd/conn.c
patch
|
blob
|
history
diff --git
a/src/ngircd/conn.c
b/src/ngircd/conn.c
index 86aeb6524d4dc13382d23dd6b6d5bf386a57d4b5..53497e3bfe33fd217784da97e6be071c869dcb09 100644
(file)
--- a/
src/ngircd/conn.c
+++ b/
src/ngircd/conn.c
@@
-1228,7
+1228,7
@@
Conn_Close( CONN_ID Idx, const char *LogMsg, const char *FwdMsg, bool InformClie
c = Conn_GetClient( Idx );
#ifdef SSL_SUPPORT
if ( Conn_OPTION_ISSET( &My_Connections[Idx], CONN_SSL )) {
- Log
(LOG_INFO,
"SSL connection %d shutting down ...", Idx);
+ Log
Debug(
"SSL connection %d shutting down ...", Idx);
ConnSSL_Free(&My_Connections[Idx]);
}
#endif