mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
commit
1bb7fbb2ad
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ static void RunSIBuffer(u64 user_data, s64 cycles_late)
|
||||||
{
|
{
|
||||||
ss << std::hex << std::setw(2) << std::setfill('0') << (int)b << ' ';
|
ss << std::hex << std::setw(2) << std::setfill('0') << (int)b << ' ';
|
||||||
}
|
}
|
||||||
ERROR_LOG(
|
DEBUG_LOG(
|
||||||
SERIALINTERFACE,
|
SERIALINTERFACE,
|
||||||
"RunSIBuffer: expected_response_length(%u) != actual_response_length(%u): request: %s",
|
"RunSIBuffer: expected_response_length(%u) != actual_response_length(%u): request: %s",
|
||||||
expected_response_length, actual_response_length, ss.str().c_str());
|
expected_response_length, actual_response_length, ss.str().c_str());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue