Skip to content

Commit

Permalink
Don't print key, sometimes it's not a string (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadyan authored Oct 9, 2019
1 parent ab79d83 commit 2ab7437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/realtime/server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ defmodule Realtime.Server do
# :ets.lookup_element/3 exits with :badarg when key is not found
ArgumentError ->
Logger.info(fn ->
"ETS lookup failed for key=#{key}"
"ETS lookup failed"
end)

default_data(key)
Expand Down

0 comments on commit 2ab7437

Please sign in to comment.