summaryrefslogtreecommitdiff
path: root/app/services/concerns/exclusive_lease_guard.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/concerns/exclusive_lease_guard.rb')
-rw-r--r--app/services/concerns/exclusive_lease_guard.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/concerns/exclusive_lease_guard.rb b/app/services/concerns/exclusive_lease_guard.rb
index 4678d051d29..a58e9aefcec 100644
--- a/app/services/concerns/exclusive_lease_guard.rb
+++ b/app/services/concerns/exclusive_lease_guard.rb
@@ -21,7 +21,7 @@ module ExclusiveLeaseGuard
lease = exclusive_lease.try_obtain
unless lease
- log_error('Cannot obtain an exclusive lease. There must be another instance already in execution.')
+ log_error("Cannot obtain an exclusive lease for #{self.class.name}. There must be another instance already in execution.")
return
end