aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2016-07-24 08:48:20 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2016-07-24 12:31:08 +0200
commit123979a0f366120155cc043fe8f8743340bdf85d (patch)
tree933756ea2f8e313042cf23b387741e7e9e01b40f
parent874183394834bc3a88ff5f7d703af44d2c34903b (diff)
NMT: Minor fix at debug output
-rw-r--r--src/nmt/nmt.c4
1 files 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");