git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05ad600
)
fixed misleading info message (connections --> requests)
author
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 1 Nov 2005 09:51:06 +0000
(09:51 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 1 Nov 2005 09:51:06 +0000
(09:51 +0000)
org.glite.lb.server-bones/src/srvbones.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server-bones/src/srvbones.c
b/org.glite.lb.server-bones/src/srvbones.c
index
5c8d059
..
179cb4e
100644
(file)
--- a/
org.glite.lb.server-bones/src/srvbones.c
+++ b/
org.glite.lb.server-bones/src/srvbones.c
@@
-516,8
+516,8
@@
static int slave(slave_data_init_hnd data_init_hnd, int sock)
if (conn >= 0 && services[srv].on_disconnect_hnd )
services[srv].on_disconnect_hnd(conn, NULL, clnt_data);
- dprintf(("[%d] Terminating after %d
connection
s\n", getpid(), req_cnt));
- if ( !debug ) syslog(LOG_INFO, "Terminating after %d
connection
s", req_cnt);
+ dprintf(("[%d] Terminating after %d
request
s\n", getpid(), req_cnt));
+ if ( !debug ) syslog(LOG_INFO, "Terminating after %d
request
s", req_cnt);
exit(0);