summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/MRA/src/Mra_proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/src/Mra_proto.cpp b/protocols/MRA/src/Mra_proto.cpp
index 0c057efd27..70100b814f 100644
--- a/protocols/MRA/src/Mra_proto.cpp
+++ b/protocols/MRA/src/Mra_proto.cpp
@@ -1545,7 +1545,7 @@ bool CMraProto::MraCommandDispatcher(mrim_packet_header_t *pmaHeader)
break;
default:
- _CrtDbgBreak();
+ debugLogA("Uknown packet type: %d", pmaHeader->msg);
break;
}
return true;