Index: sources/canbus/FrameInterface.cpp =================================================================== diff -u -r526875e8db8cf0c97f5cd8aa90564e41d42f5fde -rba662b0a7772c952a1947c93f623d8907f2c7278 --- sources/canbus/FrameInterface.cpp (.../FrameInterface.cpp) (revision 526875e8db8cf0c97f5cd8aa90564e41d42f5fde) +++ sources/canbus/FrameInterface.cpp (.../FrameInterface.cpp) (revision ba662b0a7772c952a1947c93f623d8907f2c7278) @@ -183,8 +183,8 @@ } else { channelGroup = ChannelGroup::eChannel_Ignores; } - debugChannel = true; - ok = gEnableDialinUnhandled; + debugChannel = ! gEnableDialinUnhandled; // if debug channel is true, the raw can message in logged in the service log. + ok = gEnableDialinUnhandled; // if ok is true then it will be interpreted as unhandled messages. break; case eChlid_HD_DG :