aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-03-08 13:02:52 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2012-03-08 13:02:52 +0100
commit79bec06168a561bda99292b7a6be15aeffa4a70d (patch)
tree21a3f4d46a3ab479b87e84a237b8ed18952b58e7 /networking
parent07fcaab595e9029ebe37f5240a10038c493af545 (diff)
downloadbusybox-79bec06168a561bda99292b7a6be15aeffa4a70d.tar.gz
ntpd: make "reply from IP" messages more uniform
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/ntpd.c2
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)
p->reachable_bits |= 1;
if ((MAX_VERBOSE && G.verbose) || (option_mask32 & OPT_w)) {
- bb_error_msg("reply from:%s offset:%+f delay:%f status:0x%02x strat:%d refid:0x%08x rootdelay:%f reach:0x%02x",
+ bb_error_msg("reply from %s: offset:%+f delay:%f status:0x%02x strat:%d refid:0x%08x rootdelay:%f reach:0x%02x",
p->p_dotted,
datapoint->d_offset,
p->lastpkt_delay,