Skip to content

Commit d96961e

Browse files
committed
chore(tidy): improve error message formatting for throttle duration parsing
1 parent 3b59e7e commit d96961e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Wippersnapper.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,8 +1751,8 @@ void cbThrottleTopic(char *throttleData, uint16_t len) {
17511751
}
17521752
}
17531753
if (!parsingSuccessful) {
1754-
WS_DEBUG_PRINTLN(
1755-
"ERROR: Unable to parse throttle duration from message, please report this! Defaulting to 60s.");
1754+
WS_DEBUG_PRINTLN("ERROR: Unable to parse throttle duration from message, "
1755+
"please report this! Defaulting to 60s.");
17561756
}
17571757
WS_DEBUG_PRINT("Device is throttled for ");
17581758
WS_DEBUG_PRINTVAR(throttleDuration);

0 commit comments

Comments
 (0)