소스 검색

Better log message.

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

+ 2
- 1
btpd/download.c 파일 보기

@@ -97,7 +97,8 @@ dl_on_ok_piece(struct net *n, uint32_t piece)
piece_free(pc);

if (cm_full(n->tp)) {
btpd_log(BTPD_L_BTPD, "Finished: %s.\n", n->tp->relpath);
btpd_log(BTPD_L_BTPD, "Finished downloading '%s'.\n",
torrent_name(tn->tp));
tr_complete(n->tp);
BTPDQ_FOREACH(p, &n->peers, p_entry)
assert(p->nwant == 0);


||||||
x
 
000:0
불러오는 중...
취소
저장