From bb86e297a3424dc9aecbcff77a3fc2be8d55d565 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Voc=C5=AF?= Date: Fri, 10 Apr 2009 13:14:04 +0000 Subject: [PATCH] added logging message --- org.glite.lb.logger/src/event_store.c | 1 + 1 file changed, 1 insertion(+) 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)) { -- 1.8.2.3