mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Demote a log to just debug
This commit is contained in:
@@ -1910,7 +1910,7 @@ SPDBChunk::SPDBChunk(void *chunk)
|
||||
}
|
||||
else
|
||||
{
|
||||
RDCLOG("Unrecognised: %02x", opcode);
|
||||
RDCDEBUG("Unrecognised: %02x", opcode);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user