From: Aleš Křenek Date: Fri, 7 Dec 2007 18:00:56 +0000 (+0000) Subject: oops, %[sd] typo X-Git-Tag: glite-lb-client_R_3_1_2_1~8 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=755e78267367649216ea355dfd1bcf050ac3b1b5;p=jra1mw.git oops, %[sd] typo --- diff --git a/org.glite.lb.server/src/notif_match.c b/org.glite.lb.server/src/notif_match.c index c9ca3af..e48014e 100644 --- a/org.glite.lb.server/src/notif_match.c +++ b/org.glite.lb.server/src/notif_match.c @@ -114,7 +114,7 @@ int edg_wll_NotifExpired(edg_wll_Context ctx,const char *notif) char *et,*ed; edg_wll_Error(ctx,&et,&ed); - syslog(LOG_WARNING,"delete notification %s: %s (%d)",notif,et,ed); + syslog(LOG_WARNING,"delete notification %s: %s (%s)",notif,et,ed); free(et); free(ed); }