Displaying 1 result from an estimated 1 matches for "debug_connect".
Did you mean:
debugconnect
2010 Sep 20
0
No subject
...fprintf(logfile, "%s %s[%ld]: ", time, logident, (long)logpid);
vfprintf(logfile, format, ap);
fprintf(logfile, "\n");
fflush(logfile);
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 */
-...