Skip to content

Commit 5e2279b

Browse files
committed
WiFi debug: Switch "Attempting reconnection" debug print from ERROR to INFO
1 parent 11467ef commit 5e2279b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Arduino_WiFiConnectionHandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ NetworkConnectionState WiFiConnectionHandler::update_handleConnected()
132132
if (_keep_alive)
133133
{
134134
#if !defined(__AVR__)
135-
Debug.print(DBG_ERROR, F("Attempting reconnection"));
135+
Debug.print(DBG_INFO, F("Attempting reconnection"));
136136
#endif
137137
}
138138

0 commit comments

Comments
 (0)