diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-04-07 21:07:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-04-07 21:07:19 +0000 |
commit | 8cc3307e0d240454985154504dfe8852c3cbb66a (patch) | |
tree | 59d8d756aa41507388e7edbe545c234f3cdbd28e /src/or/rendservice.c | |
parent | dd98412ce122b84a01fb01e24068c9d7e95cb04f (diff) | |
download | tor-8cc3307e0d240454985154504dfe8852c3cbb66a.tar.gz tor-8cc3307e0d240454985154504dfe8852c3cbb66a.zip |
Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better.
svn:r4047
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index ae435a2292..aa39f76764 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -988,7 +988,7 @@ rend_service_dump_stats(int severity) continue; } log(severity, " Intro point at %s: circuit is %s",nickname, - circuit_state_to_string[circ->state]); + circuit_state_to_string(circ->state)); } } } |