From eb0f685570bbc4e1f0f97d6d1bad5a905a1e036f Mon Sep 17 00:00:00 2001 From: hackbard Date: Sun, 9 May 2004 16:47:22 +0000 Subject: [PATCH] shorter console string for incoming connections --- src/ivac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ivac.c b/src/ivac.c index f4f6952..43b7ef6 100644 --- a/src/ivac.c +++ b/src/ivac.c @@ -184,7 +184,7 @@ int ivac_event_cb(t_event *event,void *ptr) { else if(channel==N_E_MAXC) sprintf(c_str,"maximum connections reached"); else { - sprintf(c_str,"established connection from %s port %d on channel %d\n", + sprintf(c_str,"connection from %s port %d on channel %d", ivac->net.connection[channel].ip, ivac->net.connection[channel].port,channel); ivac_add_to_monitor(ivac,c_str); -- 2.20.1