only:more details

This commit is contained in:
Andrey 2023-09-25 21:14:49 -04:00
parent 0151e87c1c
commit d7527eb774
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ int getSecondsSinceChannelsRequest() {
*/
void TunerStudio::cmdOutputChannels(TsChannelBase* tsChannel, uint16_t offset, uint16_t count) {
if (offset + count > TS_TOTAL_OUTPUT_SIZE) {
efiPrintf("TS: Version Mismatch? Too much outputs requested %d/%d/%d", offset, count,
efiPrintf("TS: Version Mismatch? Too much outputs requested offset=%d + count=%d/total=%d", offset, count,
sizeof(TunerStudioOutputChannels));
sendErrorCode(tsChannel, TS_RESPONSE_OUT_OF_RANGE);
return;