Skip to content

Commit

Permalink
Rename exception log message
Browse files Browse the repository at this point in the history
  • Loading branch information
lpfeup committed Jun 22, 2018
1 parent 8b832a3 commit 3271117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/greghaines/jesque/worker/WorkerImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ protected void recoverFromException(final String curQueue, final Exception ex) {
try {
loadRedisScripts();
} catch (IOException e) {
LOG.error("Failed to load redis scripts", e);
LOG.error("Failed to reload Lua scripts after reconnect", e);
}
}
break;
Expand Down

0 comments on commit 3271117

Please sign in to comment.