Merge branch 'purge-context' of github.com:ConnorRigby/farmbot_os into store-config-sqlite3

This commit is contained in:
Connor Rigby 2017-09-22 13:09:18 -07:00
commit d47c136fb1

View file

@ -45,7 +45,7 @@ defmodule Farmbot.BotState.Transport.GenMqtt do
{:ok, %{state | connected: true}}
end
def on_connect_error(:invalid_credentials, _) do
def on_connect_error(:invalid_credentials, state) do
msg = """
Failed to authenticate with the message broker!
This is likely a problem with your server/broker configuration.