From 551a46c40011b1a466a36cd3123cd0e7b60e6d10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20=C5=A0kr=C3=A1bal?= Date: Tue, 9 Nov 2004 13:25:13 +0000 Subject: [PATCH] - remove redundant debug message --- org.glite.lb.server/src/notification.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: -- 1.8.2.3