mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
ZCULL: lower notice severity to avoid spam
This commit is contained in:
parent
8800c10476
commit
9f0fada17a
|
|
@ -2333,7 +2333,7 @@ namespace rsx
|
|||
|
||||
if (zcull_ctrl->has_pending())
|
||||
{
|
||||
LOG_ERROR(RSX, "Dangling reports found, discarding...");
|
||||
LOG_TRACE(RSX, "Dangling reports found, discarding...");
|
||||
zcull_ctrl->sync(this);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue