From c268aa3a4693471ad86648df5916d92f59da312d Mon Sep 17 00:00:00 2001 From: booto Date: Wed, 28 Aug 2019 22:16:41 -0400 Subject: [PATCH] SI: Reduce logging. --- Source/Core/Core/HW/SI/SI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/HW/SI/SI.cpp b/Source/Core/Core/HW/SI/SI.cpp index b82af48ce0..af72b2c545 100644 --- a/Source/Core/Core/HW/SI/SI.cpp +++ b/Source/Core/Core/HW/SI/SI.cpp @@ -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());