Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 committed Mar 4, 2024
1 parent cef4801 commit 1ee3341
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protected void service(HttpServletRequest httpRequest, HttpServletResponse httpR
out.write(response.getBody());
}
} catch (Throwable e) {
LOG.error("Error while service Bookie API request " + uri, e);
LOG.error("Error while service Bookie API request {}", uri, e);
httpResponse.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR);
}
}
Expand Down

0 comments on commit 1ee3341

Please sign in to comment.