Skip to content

Commit

Permalink
NO-JIRA: Update locking service logs (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrescrz authored Jan 8, 2025
1 parent 2f115dc commit f34f3c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void release() {
semaphore.release(locked)
.subscribe(
__ -> log.debug("Lock '{}' released successfully", locked),
__ -> log.warn("Lock '{}' already released", locked));
__ -> log.warn("Lock already released or doesn't exist"));
}

}
Expand Down

0 comments on commit f34f3c5

Please sign in to comment.