Demote error to warning

* This is the error 6152332e36 was intended
  to address!
This commit is contained in:
baldurk
2014-12-15 19:06:44 +00:00
parent bfb22ee1fd
commit 119d9242ab
+1 -1
View File
@@ -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;