ntpd: make "reply from IP" messages more uniform
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 8 Mar 2012 12:02:52 +0000 (13:02 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 8 Mar 2012 12:02:52 +0000 (13:02 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/ntpd.c

index 2bd53f8846077c7dbd2ac6907793bb0dad57dc2c..4d939458c78dca391cff370e394c3edcf5cc710d 100644 (file)
@@ -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,