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:
b237a35
)
added logging message
author
Michal Voců
<michal@ruk.cuni.cz>
Fri, 10 Apr 2009 13:14:04 +0000
(13:14 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Fri, 10 Apr 2009 13:14:04 +0000
(13:14 +0000)
org.glite.lb.logger/src/event_store.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/src/event_store.c
b/org.glite.lb.logger/src/event_store.c
index
dfe0d9d
..
e584e89
100644
(file)
--- a/
org.glite.lb.logger/src/event_store.c
+++ b/
org.glite.lb.logger/src/event_store.c
@@
-720,6
+720,7
@@
event_store_recover(struct event_store *es)
/* message has no destination and no destination is known for notification id,
* commit it immediately
*/
+ il_log(LOG_DEBUG, " message has no known destination, will not be sent\n");
event_store_commit(es, msg->ev_len, 0, msg->generation);
/* if the expiration changed, set new one now, message will be discarded soon */
if(msg->expires != notifid_map_get_expiration(msg->job_id_s)) {