Skip to content

Commit

Permalink
fix: log branch specifier mismatch at info level
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwe committed Mar 23, 2023
1 parent ca34983 commit f1292b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void run() {
}
}
if (!foundBranch) {
LOGGER.debug("Skipped {} because it doesn't have a matching branch specifier.",
LOGGER.info("Skipped {} because it doesn't have a matching branch specifier.",
job.getFullDisplayName());
continue;
}
Expand Down

0 comments on commit f1292b5

Please sign in to comment.