mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
slightly less noisy
svn:r63
This commit is contained in:
parent
fee55dd4a3
commit
fc0e2a34ec
1 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,9 @@
|
||||||
/*
|
/*
|
||||||
* Changes :
|
* Changes :
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.4 2002/07/19 18:48:19 arma
|
||||||
|
* slightly less noisy
|
||||||
|
*
|
||||||
* Revision 1.3 2002/07/12 18:14:16 montrose
|
* Revision 1.3 2002/07/12 18:14:16 montrose
|
||||||
* removed loglevel from global namespace. severity level is set using log() with a NULL format argument now. example: log(LOG_ERR,NULL);
|
* removed loglevel from global namespace. severity level is set using log() with a NULL format argument now. example: log(LOG_ERR,NULL);
|
||||||
*
|
*
|
||||||
|
@ -417,7 +420,7 @@ int handle_connection(int new_sock, struct hostent *local, struct sockaddr_in re
|
||||||
close(new_sock);
|
close(new_sock);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
log(LOG_DEBUG,"handle_connection() : Received %u bytes from the onion proxy.",retval);
|
// log(LOG_DEBUG,"handle_connection() : Received %u bytes from the onion proxy.",retval);
|
||||||
|
|
||||||
retval = write_tout(new_sock, buf, retval, conn_toutp);
|
retval = write_tout(new_sock, buf, retval, conn_toutp);
|
||||||
if (retval <= 0)
|
if (retval <= 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue