Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 6, 2024
1 parent 63860d5 commit 214ddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vintage_net_qmi/modem_info.ex
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ defmodule VintageNetQMI.ModemInfo do
return_value(%{state | iccid: true})

{:error, reason} ->
Logger.warning("[VintageNetQMI] unable to get CCID for #{inspect(reason)}")
Logger.warning("[VintageNetQMI] unable to get ICCID for #{inspect(reason)}")
retry_and_return(:get_iccid, state)
end
end
Expand Down

0 comments on commit 214ddfe

Please sign in to comment.