mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
better log message
This commit is contained in:
@@ -135,8 +135,8 @@ public class FeedRefreshUpdater {
|
|||||||
lock.tryLock(1, TimeUnit.MINUTES);
|
lock.tryLock(1, TimeUnit.MINUTES);
|
||||||
feedUpdateService.updateEntry(feed, entry, subscriptions);
|
feedUpdateService.updateEntry(feed, entry, subscriptions);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
log.error("interrupted while waiting for lock: " + e.getMessage(),
|
log.error("interrupted while waiting for lock for " + feed.getUrl()
|
||||||
e);
|
+ " : " + e.getMessage(), e);
|
||||||
} finally {
|
} finally {
|
||||||
lock.unlock();
|
lock.unlock();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user