projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07fcaab
)
ntpd: make "reply from IP" messages more uniform
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 8 Mar 2012 12:02:52 +0000
(13:02 +0100)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/networking/ntpd.c
b/networking/ntpd.c
index 2bd53f8846077c7dbd2ac6907793bb0dad57dc2c..4d939458c78dca391cff370e394c3edcf5cc710d 100644
(file)
--- 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,