diff options
author | Denys Vlasenko | 2012-03-08 13:02:52 +0100 |
---|---|---|
committer | Denys Vlasenko | 2012-03-08 13:02:52 +0100 |
commit | 79bec06168a561bda99292b7a6be15aeffa4a70d (patch) | |
tree | 21a3f4d46a3ab479b87e84a237b8ed18952b58e7 /networking/ntpd.c | |
parent | 07fcaab595e9029ebe37f5240a10038c493af545 (diff) | |
download | busybox-79bec06168a561bda99292b7a6be15aeffa4a70d.zip busybox-79bec06168a561bda99292b7a6be15aeffa4a70d.tar.gz |
ntpd: make "reply from IP" messages more uniform
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ntpd.c')
-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 2bd53f8..4d93945 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, |