aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/log_subscriber.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/lib/active_storage/log_subscriber.rb')
-rw-r--r--activestorage/lib/active_storage/log_subscriber.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/lib/active_storage/log_subscriber.rb b/activestorage/lib/active_storage/log_subscriber.rb
index 80cc5d5c80..0d00a75c0e 100644
--- a/activestorage/lib/active_storage/log_subscriber.rb
+++ b/activestorage/lib/active_storage/log_subscriber.rb
@@ -19,7 +19,7 @@ module ActiveStorage
end
def service_exist(event)
- debug event, color("Checked if file exist at key: #{key_in(event)} (#{event.payload[:exist] ? "yes" : "no"})", BLUE)
+ debug event, color("Checked if file exists at key: #{key_in(event)} (#{event.payload[:exist] ? "yes" : "no"})", BLUE)
end
def service_url(event)