diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-03-08 13:02:52 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-03-08 13:02:52 +0100 |
commit | 79bec06168a561bda99292b7a6be15aeffa4a70d (patch) | |
tree | 21a3f4d46a3ab479b87e84a237b8ed18952b58e7 | |
parent | 07fcaab595e9029ebe37f5240a10038c493af545 (diff) | |
download | busybox-w32-79bec06168a561bda99292b7a6be15aeffa4a70d.tar.gz busybox-w32-79bec06168a561bda99292b7a6be15aeffa4a70d.tar.bz2 busybox-w32-79bec06168a561bda99292b7a6be15aeffa4a70d.zip |
ntpd: make "reply from IP" messages more uniform
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/ntpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c index 2bd53f884..4d939458c 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -1704,7 +1704,7 @@ recv_and_process_peer_pkt(peer_t *p) | |||
1704 | 1704 | ||
1705 | p->reachable_bits |= 1; | 1705 | p->reachable_bits |= 1; |
1706 | if ((MAX_VERBOSE && G.verbose) || (option_mask32 & OPT_w)) { | 1706 | if ((MAX_VERBOSE && G.verbose) || (option_mask32 & OPT_w)) { |
1707 | bb_error_msg("reply from:%s offset:%+f delay:%f status:0x%02x strat:%d refid:0x%08x rootdelay:%f reach:0x%02x", | 1707 | bb_error_msg("reply from %s: offset:%+f delay:%f status:0x%02x strat:%d refid:0x%08x rootdelay:%f reach:0x%02x", |
1708 | p->p_dotted, | 1708 | p->p_dotted, |
1709 | datapoint->d_offset, | 1709 | datapoint->d_offset, |
1710 | p->lastpkt_delay, | 1710 | p->lastpkt_delay, |