Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 20, 2019
1 parent 7f0ce67 commit ba1063a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vintage_net/interface/udhcpc.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule VintageNet.Interface.Udhcpc do
@doc """
"""
@impl true
def leasefail(ifname, info) do
def leasefail(ifname, _info) do
# NOTE: This message tends to clog up logs, so be careful when enabling it.

# _ = Logger.info("#{ifname} dhcp leasefail: #{inspect(info)}")
Expand Down

0 comments on commit ba1063a

Please sign in to comment.