Skip to content

Commit 8f0b594

Browse files
committed
Simplify debug prints
1 parent dafc31b commit 8f0b594

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/Arduino_EthernetConnectionHandler.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ NetworkConnectionState EthernetConnectionHandler::update_handleConnected()
8383
{
8484
if (Ethernet.linkStatus() == LinkOFF) {
8585
#if !defined(__AVR__)
86-
Debug.print(DBG_VERBOSE, F("Ethernet.status(): %d"), Ethernet.status());
87-
Debug.print(DBG_ERROR, F("Connection lost."));
86+
Debug.print(DBG_ERROR, F("Ethernet link OFF, connection lost."));
8887
#endif
8988
if (_keep_alive)
9089
{

0 commit comments

Comments
 (0)