From 19e1631697b501d7093054a18f848b7b9c713709 Mon Sep 17 00:00:00 2001 From: raven02 Date: Mon, 29 Dec 2014 06:43:29 +0800 Subject: [PATCH] change to log_warning --- rpcs3/Emu/RSX/RSXThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/RSXThread.cpp b/rpcs3/Emu/RSX/RSXThread.cpp index b52268c044..f1d98cf273 100644 --- a/rpcs3/Emu/RSX/RSXThread.cpp +++ b/rpcs3/Emu/RSX/RSXThread.cpp @@ -1801,7 +1801,7 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, const u32 args_addr, const case CELL_GCM_ZCULL_STATS2: case CELL_GCM_ZCULL_STATS3: value = 0; - LOG_ERROR(RSX, "NV4097_GET_REPORT: Unimplemented type %d", type); + LOG_WARNING(RSX, "NV4097_GET_REPORT: Unimplemented type %d", type); break; default: