소스 검색

Don't write the rates to the log anymore.

master
Richard Nyberg 19 년 전
부모
커밋
0cbe077098
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      btpd/net.c

+ 0
- 3
btpd/net.c 파일 보기

@@ -517,9 +517,6 @@ compute_rates(void) {
}
m_rate_up += tot_up - compute_rate_sub(m_rate_up);
m_rate_dwn += tot_dwn - compute_rate_sub(m_rate_dwn);
btpd_log(BTPD_L_BTPD, "rates: %7.2fkB/s, %7.2fkB/s.\n",
(double)m_rate_up / 20 / (1 << 10),
(double)m_rate_dwn / 20 / (1 << 10));
}

void


불러오는 중...
취소
저장