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