From: Jiří Škrábal Date: Tue, 9 Nov 2004 13:25:13 +0000 (+0000) Subject: - remove redundant debug message X-Git-Tag: glite-lb_R_0_1_0~86 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=551a46c40011b1a466a36cd3123cd0e7b60e6d10;p=jra1mw.git - remove redundant debug message --- diff --git a/org.glite.lb.server/src/notification.c b/org.glite.lb.server/src/notification.c index a9077ed..b924708 100644 --- 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: