Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tadscottsmith committed Jan 11, 2024
1 parent 6f3e7c8 commit 7c5ef38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private boolean connected()
else if (response == "No Response")
{
setBroadcastState(BroadcastState.NO_SERVER);
mLog.error("Error connecting to OpenMHz server [Server not found or not reachable]");
mLog.error("Error reconnecting to OpenMHz server [Server not found or not reachable]");
}
else
{
Expand Down

0 comments on commit 7c5ef38

Please sign in to comment.