Skip to content

Commit

Permalink
Replace getMsg with message
Browse files Browse the repository at this point in the history
  • Loading branch information
mihails-strasuns-sociomantic committed Jul 12, 2018
1 parent 7a4493d commit 8fd02ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fakedht/DhtNode.d
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public class DhtNode
return;

.log.warn("Ignoring exception: {} ({}:{})",
getMsg(exception), exception.file, exception.line);
exception.message(), exception.file, exception.line);

// socket errors can be legitimate, for example if client has terminated
// the connection early
Expand Down

0 comments on commit 8fd02ec

Please sign in to comment.