Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Immanuel
/
btpd
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Enable all logging if DEBUG is defined.
master
Richard Nyberg
19 anos atrás
pai
89b0b8b359
commit
a8817eee1a
1 arquivos alterados
com
5 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-1
btpd/btpd.c
+ 5
- 1
btpd/btpd.c
Ver arquivo
@@ -109,7 +109,11 @@ btpd_init(void)
btpd.version = BTPD_VERSION;
btpd.logmask = BTPD_L_BTPD | BTPD_L_ERROR;
#ifdef DEBUG
btpd.logmask = BTPD_L_ALL;
#else
btpd.logmask = BTPD_L_BTPD | BTPD_L_ERROR;
#endif
BTPDQ_INIT(&btpd.kids);
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar