aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-12-02 22:47:46 +0000
committerRoger Dingledine <arma@torproject.org>2006-12-02 22:47:46 +0000
commitc5b90daf868963ce7a46b117338fbaaeba30895e (patch)
tree14d1ebadc16a8b166e0eee4ecc8d46e539a20d07 /src/or/main.c
parentd1fdabf1c738873e805d4d7dd1772dc98666e18f (diff)
downloadtor-c5b90daf868963ce7a46b117338fbaaeba30895e.tar
tor-c5b90daf868963ce7a46b117338fbaaeba30895e.tar.gz
cleanups, bump to 0.1.2.4-alpha
svn:r9015
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index ff0e686f6..fa97e4122 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -319,7 +319,7 @@ connection_stop_reading(connection_t *conn)
tor_assert(conn);
tor_assert(conn->read_event);
- log_debug(LD_NET,"connection_stop_reading() called.");
+ log_debug(LD_NET,"entering.");
if (event_del(conn->read_event))
log_warn(LD_NET, "Error from libevent setting read event state for %d "
"to unwatched: %s",