Skip to content

Commit

Permalink
Merge pull request quarkusio#39412 from brunobat/3-2
Browse files Browse the repository at this point in the history
Reduce message log level. From Backporting quarkusio#38891
  • Loading branch information
aloubyansky authored Mar 13, 2024
2 parents b7705e1 + 7199f7d commit 09a92bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public Scope attach(io.vertx.core.Context vertxContext, Context toAttach) {
@Override
public void close() {
if (getContext(vertxContext) != toAttach) {
log.warn("Context in storage not the expected context, Scope.close was not called correctly");
log.info("Context in storage not the expected context, Scope.close was not called correctly");
}

if (beforeAttach == null) {
Expand Down

0 comments on commit 09a92bf

Please sign in to comment.