Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Apr 26, 2018
2 parents 9e34a07 + 8e23bc1 commit 579b87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/util/TimeScheduler3.java
Expand Up @@ -324,7 +324,7 @@ public void run() {
runnable.run();
}
catch(Throwable t) {
log.error(Util.getMessage("FailedExecutingTask") + runnable, t);
log.error(Util.getMessage("FailedExecutingTask") + ' ' + runnable, t);
}
finally {
done=true;
Expand Down

0 comments on commit 579b87d

Please sign in to comment.