Skip to content

Commit

Permalink
SI: Reduce logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
booto committed Aug 29, 2019
1 parent 71ff97c commit c268aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/SI/SI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit c268aa3

Please sign in to comment.