Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
btpd
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Enable all logging if DEBUG is defined.
master
Richard Nyberg
19 anni fa
parent
89b0b8b359
commit
a8817eee1a
1 ha cambiato i file
con
5 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
btpd/btpd.c
+ 5
- 1
btpd/btpd.c
Vedi File
@@ -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);
Write
Preview
Loading…
Annulla
Salva