We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9016bf0 + cdbf67a commit ec41d98Copy full SHA for ec41d98
lib/extwitter/api/streaming.ex
@@ -110,7 +110,7 @@ defmodule ExTwitter.API.Streaming do
110
receive_next_tweet(nil, req, timeout)
111
112
{:error, message} ->
113
- Logger.error "Error returned, stopping stream (#{message})."
+ Logger.error "Error returned, stopping stream (#{inspect(message)})."
114
{:halt, {req, pid}}
115
116
_ ->
0 commit comments