mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-15 11:05:08 +00:00
[Cleanup] Reduce build size by compacting logs
This commit is contained in:
+4
-5
@@ -929,11 +929,10 @@ bool CPlugin_014(CPlugin::Function function, struct EventStruct *event, String&
|
||||
|
||||
#ifndef BUILD_NO_DEBUG
|
||||
if (loglevelActiveFor(LOG_LEVEL_DEBUG)) {
|
||||
String log = F("C014 : Sent to ");
|
||||
log += tmppubname;
|
||||
log += ' ';
|
||||
log += value;
|
||||
addLogMove(LOG_LEVEL_DEBUG, log);
|
||||
addLogMove(LOG_LEVEL_DEBUG,
|
||||
strformat(F("C014 : Sent to %s %s"),
|
||||
tmppubname.c_str(),
|
||||
value.c_str()));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user