Skip to content

Commit

Permalink
fix compile error on Microsoft Visual Studio 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Chazot committed Apr 7, 2016
1 parent 783a367 commit 6928b41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utp_internal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1707,11 +1707,11 @@ void UTPSocket::apply_ccontrol(size_t bytes_acked, uint32 actual_delay, int64 mi
// used in parse_log.py
log(UTP_LOG_NORMAL, "actual_delay:%u our_delay:%d their_delay:%u off_target:%d max_window:%u "
"delay_base:%u delay_sum:%d target_delay:%d acked_bytes:%u cur_window:%u "
"scaled_gain:%f rtt:%u rate:%u wnduser:%u rto:%u timeout:%d get_microseconds:"I64u" "
"scaled_gain:%f rtt:%u rate:%u wnduser:%u rto:%u timeout:%d get_microseconds:" I64u " "
"cur_window_packets:%u packet_size:%u their_delay_base:%u their_actual_delay:%u "
"average_delay:%d clock_drift:%d clock_drift_raw:%d delay_penalty:%d current_delay_sum:"I64u
"current_delay_samples:%d average_delay_base:%d last_maxed_out_window:"I64u" opt_sndbuf:%d "
"current_ms:"I64u"",
"average_delay:%d clock_drift:%d clock_drift_raw:%d delay_penalty:%d current_delay_sum:" I64u
"current_delay_samples:%d average_delay_base:%d last_maxed_out_window:" I64u " opt_sndbuf:%d "
"current_ms:" I64u "",
actual_delay, our_delay / 1000, their_hist.get_value() / 1000,
int(off_target / 1000), uint(max_window), uint32(our_hist.delay_base),
int((our_delay + their_hist.get_value()) / 1000), int(target / 1000), uint(bytes_acked),
Expand Down

0 comments on commit 6928b41

Please sign in to comment.