aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-11-07 17:32:40 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-11-07 17:32:40 +0100
commit99318adcb88fa3f1dd21882ec364e682fec96c5e (patch)
treec233b84f872ef88498e08f835d39e531d9f6fa24 /bitlbee.c
parentd1d677615e12d759b6cdf7ce23a493bc055ef37f (diff)
Import work on services-based Win32 port
Diffstat (limited to 'bitlbee.c')
-rw-r--r--bitlbee.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/bitlbee.c b/bitlbee.c
index 32e28541..1054a42f 100644
--- a/bitlbee.c
+++ b/bitlbee.c
@@ -56,9 +56,6 @@ int bitlbee_daemon_init()
int i;
GIOChannel *ch;
- log_link( LOGLVL_ERROR, LOGOUTPUT_SYSLOG );
- log_link( LOGLVL_WARNING, LOGOUTPUT_SYSLOG );
-
global.listen_socket = socket( AF_INET, SOCK_STREAM, 0 );
if( global.listen_socket == -1 )
{
@@ -112,9 +109,6 @@ int bitlbee_inetd_init()
if( !irc_new( 0 ) )
return( 1 );
- log_link( LOGLVL_ERROR, LOGOUTPUT_IRC );
- log_link( LOGLVL_WARNING, LOGOUTPUT_IRC );
-
return( 0 );
}