Add some debug info.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 1 Oct 2009 19:01:59 +0000 (19:01 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 1 Oct 2009 19:01:59 +0000 (19:01 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3000 38d2e660-2303-0410-9eaa-f027e97ec537

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)