projects
/
my-code
/
ivac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e1daf9
)
shorter console string for incoming connections
author
hackbard
<hackbard>
Sun, 9 May 2004 16:47:22 +0000
(16:47 +0000)
committer
hackbard
<hackbard>
Sun, 9 May 2004 16:47:22 +0000
(16:47 +0000)
src/ivac.c
patch
|
blob
|
history
diff --git
a/src/ivac.c
b/src/ivac.c
index f4f69523a7738cf718a4219438c9c72c93eb90c6..43b7ef6545f23cc5826ae92ffd8971de08093ce1 100644
(file)
--- 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);