Skip to content

Commit

Permalink
[SYS] Change log level when publication is canceled (#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed May 20, 2024
1 parent f98474b commit 819d3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ void pubMQTT(const char* topic, const char* payload, bool retainFlag) {
Log.warning(F("Client not connected, aborting the publication" CR));
}
} else {
Log.trace(F("[ OMG->MQTT CANCELED] topic: %s msg: %s " CR), topic, payload);
Log.notice(F("[ OMG->MQTT CANCELED] topic: %s msg: %s " CR), topic, payload);
}
}

Expand Down

0 comments on commit 819d3c2

Please sign in to comment.