Skip to content

Commit

Permalink
fix(bitbucket server): rewrite debug message (#14595)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Mar 11, 2022
1 parent 22062e6 commit 7d13826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/platform/bitbucket-server/index.ts
Expand Up @@ -352,7 +352,7 @@ export async function findPr({
if (pr) {
logger.debug(`Found PR #${pr.number}`);
} else {
logger.debug(`DID NOT Found PR from branch #${branchName}`);
logger.debug(`Renovate did not find a PR for branch #${branchName}`);
}
return pr;
}
Expand Down

0 comments on commit 7d13826

Please sign in to comment.