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:
fa8e4bc
)
- remove redundant debug message
author
Jiří Škrábal
<nykolas@ics.muni.cz>
Tue, 9 Nov 2004 13:25:13 +0000
(13:25 +0000)
committer
Jiří Škrábal
<nykolas@ics.muni.cz>
Tue, 9 Nov 2004 13:25:13 +0000
(13:25 +0000)
org.glite.lb.server/src/notification.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/notification.c
b/org.glite.lb.server/src/notification.c
index
a9077ed
..
b924708
100644
(file)
--- a/
org.glite.lb.server/src/notification.c
+++ b/
org.glite.lb.server/src/notification.c
@@
-640,10
+640,7
@@
static int update_notif(
*/
}
- if ( host ) {
- fprintf(stderr, "edg_wll_NotifChangeDestination(ctx, nid, %s, %d);\n", host, port);
- edg_wll_NotifChangeDestination(ctx, nid, host, port);
- }
+ if ( host ) edg_wll_NotifChangeDestination(ctx, nid, host, port);
cleanup: