only: one step back

This commit is contained in:
rusefillc 2024-06-11 14:03:01 -04:00
parent 47396d1b39
commit 2155db63d2
1 changed files with 3 additions and 3 deletions

View File

@ -157,9 +157,9 @@ static void sendOkResponse(TsChannelBase *tsChannel) {
}
void sendErrorCode(TsChannelBase *tsChannel, uint8_t code, const char *msg) {
if (msg != DO_NOT_LOG) {
efiPrintf("TS <- Err: %d [%s]", code, msg);
}
//TODO uncomment once I have test it myself if (msg != DO_NOT_LOG) {
// efiPrintf("TS <- Err: %d [%s]", code, msg);
// }
tsChannel->writeCrcResponse(code);
}