diff --git a/src/bitparser.cpp b/src/bitparser.cpp index c0ff5e4..e7b25eb 100644 --- a/src/bitparser.cpp +++ b/src/bitparser.cpp @@ -112,8 +112,7 @@ int BitParser::parseHeader() } else if (key == "SW_CRC") { _hdr["crc"] = value; } else { - printError("Unknown key " + key); - return -1; + printWarn("Unknown key " + key); } } }