Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/instream/connection/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ defmodule Instream.Connection.Config do
with otp_app when not is_nil(otp_app) <- conn.config(:otp_app),
nil <- Application.get_env(otp_app, conn) do
_ =
Logger.warn("""
Logger.warning("""
Instream connection #{inspect(conn)} is configured to fetch its
configuration from the application #{inspect(otp_app)} but the
configuration is empty.
Expand Down