Skip to content

Commit f1b0153

Browse files
committed
Improve debug output formatting in ThingerClient
1 parent dfa74f4 commit f1b0153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ThingerClient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ class ThingerClient : public thinger::thinger {
297297
Serial.print(success ? F("OK") : F("FAIL"));
298298
Serial.println(F("]"));
299299
if(!success){
300-
THINGER_DEBUG_VALUE("THINGER", "Expected:", size);
301-
THINGER_DEBUG_VALUE("THINGER", "Wrote:", written);
300+
THINGER_DEBUG_VALUE("THINGER", "Expected: ", size);
301+
THINGER_DEBUG_VALUE("THINGER", "Wrote: ", written);
302302
}
303303
#endif
304304

0 commit comments

Comments
 (0)