Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
Immanuel
/
btpd
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
Enable all logging if DEBUG is defined.
master
Richard Nyberg
il y a 19 ans
Parent
89b0b8b359
révision
a8817eee1a
1 fichiers modifiés
avec
5 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+5
-1
btpd/btpd.c
+ 5
- 1
btpd/btpd.c
Voir le fichier
@@ -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);
Écrire
Aperçu
|
|
|
|
|
|
x
0
0
0:0
Chargement…
Annuler
Enregistrer