Просмотр исходного кода

Wrong logmask was used.

master
Richard Nyberg 20 лет назад
Родитель
Сommit
8115e481fa
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      btpd/net.c

+ 1
- 1
btpd/net.c Просмотреть файл

@@ -44,7 +44,7 @@ net_write_cb(int sd, short type, void *arg)
{
struct peer *p = (struct peer *)arg;
if (type == EV_TIMEOUT) {
btpd_log(BTPD_L_ERROR, "Write attempt timed out.\n");
btpd_log(BTPD_L_CONN, "Write attempt timed out.\n");
peer_kill(p);
return;
}


||||||
x
 
000:0
Загрузка…
Отмена
Сохранить