From 123979a0f366120155cc043fe8f8743340bdf85d Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 24 Jul 2016 08:48:20 +0200 Subject: NMT: Minor fix at debug output --- src/nmt/nmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nmt/nmt.c b/src/nmt/nmt.c index ebe1a5f..5bb3163 100644 --- a/src/nmt/nmt.c +++ b/src/nmt/nmt.c @@ -735,7 +735,7 @@ static void tx_roaming_confirm(nmt_t *nmt, frame_t *frame) { set_line_signal(nmt, frame, 3); if (++nmt->tx_frame_count == 1) - PDEBUG(DNMT, DEBUG_INFO, "Send 'ready to receive'.\n"); + PDEBUG(DNMT, DEBUG_INFO, "Send 'Roaming updating confirmation'.\n"); if (nmt->tx_frame_count == 2) nmt_release(nmt); /* continue with this frame, then release */ } @@ -790,7 +790,7 @@ static void tx_mo_confirm(nmt_t *nmt, frame_t *frame) set_line_signal(nmt, frame, 3); if (++nmt->tx_frame_count <= 2) { if (nmt->tx_frame_count == 1) - PDEBUG(DNMT, DEBUG_INFO, "Send 'ready to receive'.\n"); + PDEBUG(DNMT, DEBUG_INFO, "Send 'Proceed to send'.\n"); } else { if (nmt->tx_frame_count == 3) { PDEBUG(DNMT, DEBUG_INFO, "Send dial tone.\n"); -- cgit v1.2.3