Skip to content
Permalink
Browse files
Merge pull request #8339 from booto/save_the_trees
SI: Reduce logging.
  • Loading branch information
stenzek committed Aug 30, 2019
2 parents 71ff97c + c268aa3 commit 1bb7fbb
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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());

0 comments on commit 1bb7fbb

Please sign in to comment.