Skip to content

Commit 1e47963

Browse files
committed
MCU8MASS-959 Use info instead of infof for last log
1 parent f30d2a1 commit 1e47963

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/mqtt_password_authentication/mqtt_password_authentication.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void setup() {
104104
delay(2000);
105105
}
106106

107-
Log.infof("Closing MQTT connection");
107+
Log.info("Closing MQTT connection");
108108
MqttClient.end();
109109
}
110110

examples/mqtt_polling/mqtt_polling.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void setup() {
8989
}
9090
}
9191

92-
Log.infof("Closing MQTT connection");
92+
Log.info("Closing MQTT connection");
9393
MqttClient.end();
9494
}
9595

examples/mqtt_polling_aws/mqtt_polling_aws.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ void setup() {
107107
delay(2000);
108108
}
109109

110-
Log.infof("Closing MQTT connection");
110+
Log.info("Closing MQTT connection");
111111
MqttClient.end();
112112
}
113113

0 commit comments

Comments
 (0)