oops, %[sd] typo
authorAleš Křenek <ljocha@ics.muni.cz>
Fri, 7 Dec 2007 18:00:56 +0000 (18:00 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Fri, 7 Dec 2007 18:00:56 +0000 (18:00 +0000)
org.glite.lb.server/src/notif_match.c

index c9ca3af..e48014e 100644 (file)
@@ -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);
        }