mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
SI: Reduce logging.
This commit is contained in:
parent
71ff97cf1c
commit
c268aa3a46
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user