Skip to content

Commit

Permalink
fix: Fix incorrect log message (#445)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kopysov <o.kopysov@samsung.com>
  • Loading branch information
o-kopysov authored Feb 26, 2024
1 parent 46fa1d9 commit d0e8ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/lpvs/service/LPVSQueueService.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ public void processWebHook(LPVSQueue webhookConfig) {
+ webhookConfig.getId()
+ ", attempt: "
+ webhookConfig.getAttempts()
+ 1
+ " for PR: "
+ webhookConfig.getPullRequestUrl());

Expand Down

0 comments on commit d0e8ba2

Please sign in to comment.