From: Michal Voců Date: Fri, 10 Apr 2009 13:14:04 +0000 (+0000) Subject: added logging message X-Git-Tag: glite-lbjp-common-db_R_1_0_0_7~29 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=bb86e297a3424dc9aecbcff77a3fc2be8d55d565;p=jra1mw.git added logging message --- diff --git a/org.glite.lb.logger/src/event_store.c b/org.glite.lb.logger/src/event_store.c index dfe0d9d..e584e89 100644 --- 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)) {