diff options
author | Roger Dingledine <arma@torproject.org> | 2004-10-16 22:56:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-10-16 22:56:46 +0000 |
commit | 7c3ab346f65f1f26ea32193ec5989d6bee003e62 (patch) | |
tree | 7863ef194ff7b80a8621ac542137e55455157c42 /src/or/circuitlist.c | |
parent | e9e9a258815db3c50c4581d7a1a9d27a45fb058b (diff) | |
download | tor-7c3ab346f65f1f26ea32193ec5989d6bee003e62.tar.gz tor-7c3ab346f65f1f26ea32193ec5989d6bee003e62.zip |
various tweaks and fixes
svn:r2548
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r-- | src/or/circuitlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 76e3be9252..d151cb03f0 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -411,7 +411,7 @@ void assert_cpath_layer_ok(const crypt_path_t *cp) tor_assert(cp->handshake_state); break; default: - log_fn(LOG_WARN,"Unexpected state %d",cp->state); + log_fn(LOG_ERR,"Unexpected state %d",cp->state); tor_assert(0); } tor_assert(cp->package_window >= 0); |