From 79bec06168a561bda99292b7a6be15aeffa4a70d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 8 Mar 2012 13:02:52 +0100 Subject: ntpd: make "reply from IP" messages more uniform Signed-off-by: Denys Vlasenko --- networking/ntpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking') 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, -- cgit v1.2.3