SI: Reduce logging.

This commit is contained in:
booto 2019-08-28 22:16:41 -04:00
parent 71ff97cf1c
commit c268aa3a46
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ static void RunSIBuffer(u64 user_data, s64 cycles_late)
{
ss << std::hex << std::setw(2) << std::setfill('0') << (int)b << ' ';
}
ERROR_LOG(
DEBUG_LOG(
SERIALINTERFACE,
"RunSIBuffer: expected_response_length(%u) != actual_response_length(%u): request: %s",
expected_response_length, actual_response_length, ss.str().c_str());