Skip to content

Commit a772441

Browse files
committed
fix: log branch specifier mismatch at info level
1 parent 6cc4d62 commit a772441

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
@@ -134,7 +134,7 @@ public void run() {
134134
}
135135
}
136136
if (!foundBranch) {
137-
LOGGER.debug("Skipped {} because it doesn't have a matching branch specifier.",
137+
LOGGER.info("Skipped {} because it doesn't have a matching branch specifier.",
138138
job.getFullDisplayName());
139139
continue;
140140
}

0 commit comments

Comments
 (0)