mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
OR_CONN_EVENT_NEW: we should probably handle that , should we not? Especially since 23:26 < phobos> nickm: grep -c "Unrecognized status code 4" tor.log
svn:r6752
This commit is contained in:
@@ -2735,6 +2735,7 @@ control_event_or_conn_status(connection_t *conn,or_conn_status_event_t tp)
|
||||
case OR_CONN_EVENT_CONNECTED: status = "CONNECTED"; break;
|
||||
case OR_CONN_EVENT_FAILED: status = "FAILED"; break;
|
||||
case OR_CONN_EVENT_CLOSED: status = "CLOSED"; break;
|
||||
case OR_CONN_EVENT_NEW: status = "NEW"; break;
|
||||
default:
|
||||
log_warn(LD_BUG, "Unrecognized status code %d", (int)tp);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user