git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e40988
)
oops, %[sd] typo
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 7 Dec 2007 18:00:56 +0000
(18:00 +0000)
committer
Aleš 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
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/notif_match.c
b/org.glite.lb.server/src/notif_match.c
index
c9ca3af
..
e48014e
100644
(file)
--- 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);
}