Skip to content

Commit

Permalink
Convert logger call to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Jan 13, 2023
1 parent 0be20e5 commit 12998b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/setup-codeql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/setup-codeql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export async function tryFindCliVersionDotcomOnly(
});
return tryGetCodeQLCliVersionForRelease(release.data, logger);
} catch (e) {
logger.error(
logger.debug(
`Failed to find the CLI version for the CodeQL bundle tagged ${tagName}. Error: ${
e instanceof Error ? e.message : e
}`
Expand Down

0 comments on commit 12998b7

Please sign in to comment.