Add some debug info.
[bertos.git] / bertos / net / ax25.c
index 0fa3c857566eea7c0443af87da9381c9ac555d7f..19e63a204e9aab09f557493e54adbbc1feca9336 100644 (file)
@@ -120,7 +120,7 @@ void ax25_poll(AX25Ctx *ctx)
        {
                if (!ctx->escape && c == HDLC_FLAG)
                {
-                       LOG_INFO("Frame start\n");
+                       LOG_INFO("Frame start, frm_len %d\n", ctx->frm_len);
                        if (ctx->frm_len >= AX25_MIN_FRAME_LEN)
                        {
                                if (ctx->crc_in == AX25_CRC_CORRECT)