Skip to content

Commit

Permalink
Better logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolova committed Jun 9, 2011
1 parent 87dec6f commit ae76a12
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -150,6 +150,7 @@ public boolean hasBeenRecipientHandled(String mailid, String recipient) {
public void init() {
try {
executeSimpleQuery("UPDATE queueinfos SET dstate="+DeliveryState.QUEUED.getStateId()+" WHERE dstate="+DeliveryState.IN_PROGRESS.getStateId());
AspirinInternal.getLogger().info("SQLite QueueStore initialized.");
} catch (SQLException e) {
AspirinInternal.getLogger().error("SQLite QueueStore initialization failed.",e);
}
Expand Down

0 comments on commit ae76a12

Please sign in to comment.