Skip to content

Commit

Permalink
Fix broken merge into v4.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mihails-strasuns-sociomantic committed Jun 22, 2018
1 parent 112a7d5 commit adaa011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocean/util/app/ext/TimerExt.d
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public class TimerExt : IApplicationExtension
try
{
log.error("Unhnandled exception in TimerExt's callback: {}",
getMsg(e));
e.message());
}
catch (Exception)
{
Expand Down

0 comments on commit adaa011

Please sign in to comment.