From: Denys Vlasenko Date: Thu, 8 Mar 2012 12:02:52 +0000 (+0100) Subject: ntpd: make "reply from IP" messages more uniform X-Git-Tag: 1_20_0~32 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=79bec06168a561bda99292b7a6be15aeffa4a70d;p=oweals%2Fbusybox.git ntpd: make "reply from IP" messages more uniform Signed-off-by: Denys Vlasenko --- 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,