Displaying 1 result from an estimated 1 matches for "debug_status".
Did you mean:
debug_stats
2010 Sep 20
0
No subject
...ogfile);
diff --git a/src/logger.h b/src/logger.h
index 9c20ead..37cbac6 100644
--- a/src/logger.h
+++ b/src/logger.h
@@ -7,11 +7,11 @@
DEBUG_CONNECTIONS =3D 1, /* Show (dis)connects of other tinc daemons =
via TCP */
DEBUG_ERROR =3D 2, /* Show error messages received from other hosts =
*/
DEBUG_STATUS =3D 2, /* Show status messages received from other =
hosts */
- DEBUG_PROTOCOL =3D 3, /* Show the requests that are sent/received */
- DEBUG_META =3D 4, /* Show contents of every request that is =
sent/received */
- DEBUG_TRAFFIC =3D 5, /* Show network traffic information */
- DEBUG_PACKET...