diff --git a/proto/bmp/bmp.c b/proto/bmp/bmp.c index 2646a1f4..c233a4b4 100644 --- a/proto/bmp/bmp.c +++ b/proto/bmp/bmp.c @@ -332,7 +332,9 @@ bmp_schedule_tx_packet(struct bmp_proto *p, const byte *payload, const size_t si // log(L_INFO "btb alloc buf %p end %p", btb->buf, btb->end); } else + { // log(L_INFO "btb found buf %p end %p", btb->buf, btb->end); + } memcpy(btb->end, payload, size); btb->end += size;