Formatting fix

This commit is contained in:
Adam Ierymenko 2019-09-03 15:55:23 -07:00
parent 5e8d49de0f
commit acf6425ae9
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3

View File

@ -1187,7 +1187,7 @@ int main(int argc,char **argv)
auto lft = s_lastForwardedTo.find((*p)->id.address());
if (lft != s_lastForwardedTo.end())
forwardingSpeed = lft->second.bps.perSecond(now) / 1024.0;
fprintf(pf,"%.10llx %21s %45s %5.4f %6s %5.4f" ZT_EOL_S,
fprintf(pf,"%.10llx %21s %45s %10.4f %6s %10.4f" ZT_EOL_S,
(unsigned long long)(*p)->id.address().toInt(),
ip4,
ip6,