mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400
Differentiate more duplicated log entries svn:r8542
This commit is contained in:
+3
-2
@@ -726,7 +726,7 @@ control_setconf_helper(control_connection_t *conn, uint32_t len, char *body,
|
||||
tor_free(config);
|
||||
} else {
|
||||
if (config_get_lines(body, &lines) < 0) {
|
||||
log_warn(LD_CONTROL,"Controller gave us config lines we can't parse.");
|
||||
log_warn(LD_CONTROL,"V0 controller gave us config lines we can't parse.");
|
||||
send_control0_error(conn, ERR_SYNTAX, "Couldn't parse configuration");
|
||||
return 0;
|
||||
}
|
||||
@@ -2262,7 +2262,8 @@ handle_control_fragments(control_connection_t *conn, uint16_t command_type,
|
||||
{
|
||||
if (command_type == CONTROL0_CMD_FRAGMENTHEADER) {
|
||||
if (conn->incoming_cmd) {
|
||||
log_warn(LD_CONTROL, "Dropping incomplete fragmented command");
|
||||
log_warn(LD_CONTROL, "Dropping incomplete fragmented command; new "
|
||||
"fragmented command was begun.");
|
||||
tor_free(conn->incoming_cmd);
|
||||
}
|
||||
if (body_len < 6) {
|
||||
|
||||
Reference in New Issue
Block a user