mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
bump an info message down to a debug
svn:r1947
This commit is contained in:
parent
15f405c062
commit
42569ffd0f
@ -234,7 +234,7 @@ static int cpuworker_main(void *data) {
|
|||||||
memset(buf,0,LEN_ONION_RESPONSE); /* send all zeros for failure */
|
memset(buf,0,LEN_ONION_RESPONSE); /* send all zeros for failure */
|
||||||
} else {
|
} else {
|
||||||
/* success */
|
/* success */
|
||||||
log_fn(LOG_INFO,"onion_skin_server_handshake succeeded.");
|
log_fn(LOG_DEBUG,"onion_skin_server_handshake succeeded.");
|
||||||
buf[0] = 1; /* 1 means success */
|
buf[0] = 1; /* 1 means success */
|
||||||
memcpy(buf+1,tag,TAG_LEN);
|
memcpy(buf+1,tag,TAG_LEN);
|
||||||
memcpy(buf+1+TAG_LEN,reply_to_proxy,ONIONSKIN_REPLY_LEN);
|
memcpy(buf+1+TAG_LEN,reply_to_proxy,ONIONSKIN_REPLY_LEN);
|
||||||
|
Loading…
Reference in New Issue
Block a user