mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Demote error to warning
* This is the error 6152332e36 was intended
to address!
This commit is contained in:
@@ -255,7 +255,7 @@ Serialiser::Serialiser(const char *path, Mode mode, bool debugMode)
|
||||
|
||||
if(header.magic != MAGIC_HEADER)
|
||||
{
|
||||
RDCERR("Invalid capture file. Expected magic %08x, got %08x", MAGIC_HEADER, (uint32_t)header.magic);
|
||||
RDCWARN("Invalid capture file. Expected magic %08x, got %08x", MAGIC_HEADER, (uint32_t)header.magic);
|
||||
|
||||
m_ErrorCode = eSerError_Corrupt;
|
||||
m_HasError = true;
|
||||
|
||||
Reference in New Issue
Block a user