Demote a log to just debug

This commit is contained in:
baldurk
2016-04-28 20:42:33 +02:00
parent 3d69ece39a
commit 6884fc6c2f
@@ -1910,7 +1910,7 @@ SPDBChunk::SPDBChunk(void *chunk)
}
else
{
RDCLOG("Unrecognised: %02x", opcode);
RDCDEBUG("Unrecognised: %02x", opcode);
break;
}
}