Skip to content

Commit

Permalink
♻️ refactor: refactor codebase #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Aug 24, 2024
1 parent 5ca274a commit efc4f27
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 @@ public void snapIns(Rmq4jWrapCallback callback) {
} catch (Exception e) {
response
.statusCode(HttpStatusBuilder.INTERNAL_SERVER_ERROR)
.message("creating multiples RabbitMQ connection failed")
.message("Rmq4j, creating multiples RabbitMQ connection failed")
.debug("cause", e.getMessage())
.errors(e);
}
Expand Down

0 comments on commit efc4f27

Please sign in to comment.