aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuit.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-03-30 03:15:53 +0000
committerRoger Dingledine <arma@torproject.org>2004-03-30 03:15:53 +0000
commit524312494b5c5b015dd7f0db350c959afdefcf9a (patch)
tree76569f547149d62f320ffc90168f45985ea5b7b7 /src/or/circuit.c
parent0864d3f484f20fa5f2657a339dcb2e166bfa1a0f (diff)
downloadtor-524312494b5c5b015dd7f0db350c959afdefcf9a.tar.gz
tor-524312494b5c5b015dd7f0db350c959afdefcf9a.zip
use 'notice' loglevel for things the operator should hear
but that aren't warnings svn:r1384
Diffstat (limited to 'src/or/circuit.c')
-rw-r--r--src/or/circuit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuit.c b/src/or/circuit.c
index 80b38dba23..6df8bc9a94 100644
--- a/src/or/circuit.c
+++ b/src/or/circuit.c
@@ -1256,7 +1256,7 @@ int circuit_finish_handshake(circuit_t *circ, char *reply) {
log_fn(LOG_INFO,"finished");
if(!has_completed_circuit) {
has_completed_circuit=1;
- log_fn(LOG_WARN,"Tor has successfully opened a circuit. Looks like it's working.");
+ log_fn(LOG_NOTICE,"Tor has successfully opened a circuit. Looks like it's working.");
}
circuit_log_path(LOG_INFO,circ);
circuit_rep_hist_note_result(circ);