diff --git a/lib/ArduinoLog/ArduinoLog.h b/lib/ArduinoLog/ArduinoLog.h index 5f7071ca..1759f74d 100644 --- a/lib/ArduinoLog/ArduinoLog.h +++ b/lib/ArduinoLog/ArduinoLog.h @@ -267,7 +267,7 @@ class Logging { String debugOutput((char *)0); StringStream debugStream((String &)debugOutput); - debugOutput.reserve(5 * 128); + debugOutput.reserve(4 * 128); if(_prefix != NULL) { _prefix(level, &debugStream, debugOutput);