Skip to content

Commit

Permalink
Fix typo in error logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Oct 25, 2018
1 parent 51ccf5e commit 45e6b8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public boolean handleDefaultResponse(HttpServerExchange exchange)

errorMap.put("code", Integer.toString(statusCode));

log.error("\ntmessage: " + throwable.getMessage() + "\ntpath: " + path,throwable);
log.error("\n\tmessage: " + throwable.getMessage() + "\n\tpath: " + path,throwable);

if( throwable.getStackTrace() != null )
{
Expand Down

0 comments on commit 45e6b8e

Please sign in to comment.