Skip to content
Snippets Groups Projects
Commit c32e8c29 authored by Sebastian Hahn's avatar Sebastian Hahn Committed by Roger Dingledine
Browse files

Log a notice when we get a new control connection

parent 571c94a7
No related branches found
No related tags found
No related merge requests found
......@@ -209,6 +209,7 @@ control_connection_new(int socket_family)
tor_malloc_zero(sizeof(control_connection_t));
connection_init(time(NULL),
TO_CONN(control_conn), CONN_TYPE_CONTROL, socket_family);
log_notice(LD_CONTROL, "New control connection opened.");
return control_conn;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment