Skip to content

Commit

Permalink
fix: Fix incorrect log message
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 committed Feb 24, 2024
1 parent 46fa1d9 commit cc38714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/service/LPVSQueueService.java
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public void processWebHook(LPVSQueue webhookConfig) {
"Processing webhook ID: "
+ webhookConfig.getId()
+ ", attempt: "
+ webhookConfig.getAttempts()
+ webhookConfig.getAttempts() + 1
+ " for PR: "
+ webhookConfig.getPullRequestUrl());

Expand Down

0 comments on commit cc38714

Please sign in to comment.