From 755e78267367649216ea355dfd1bcf050ac3b1b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Fri, 7 Dec 2007 18:00:56 +0000 Subject: [PATCH] oops, %[sd] typo --- org.glite.lb.server/src/notif_match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 1.8.2.3