Skip to content

Commit c1fcdb5

Browse files
committed
fix: log branch specifier mismatch at info level
1 parent 5f4d76b commit c1fcdb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/github/webhook/subscriber/DefaultPushGHEventSubscriber.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public void run() {
129129
}
130130
}
131131
if (!foundBranch) {
132-
LOGGER.debug("Skipped {} because it doesn't have a matching branch specifier.",
132+
LOGGER.info("Skipped {} because it doesn't have a matching branch specifier.",
133133
job.getFullDisplayName());
134134
continue;
135135
}

0 commit comments

Comments
 (0)