aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/action_cable/connection/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action_cable/connection/base.rb b/lib/action_cable/connection/base.rb
index 295b71ecb3..89d0844031 100644
--- a/lib/action_cable/connection/base.rb
+++ b/lib/action_cable/connection/base.rb
@@ -173,7 +173,7 @@ module ActionCable
end
def invalid_request
- logger.info "#{finished_request_message}"
+ logger.info finished_request_message
[404, {'Content-Type' => 'text/plain'}, ['Page not found']]
end