Skip to content

Commit 838ed5a

Browse files
committed
- more cleanup on logging
1 parent 0dfc948 commit 838ed5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloud.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ void ArduinoIoTCloudClass::connectionCheck() {
321321
setIoTConnectionState(IOT_STATUS_CLOUD_RECONNECTING);
322322
break;
323323
case IOT_STATUS_CLOUD_CONNECTED:
324-
debugMessage(".", 4, false, false);
324+
debugMessage(".", 4, false, true);
325325
break;
326326
case IOT_STATUS_CLOUD_DISCONNECTED:
327327
setIoTConnectionState(IOT_STATUS_CLOUD_RECONNECTING);

0 commit comments

Comments
 (0)