summaryrefslogtreecommitdiff
path: root/src/or/onion.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-10-24 19:39:45 +0000
committerNick Mathewson <nickm@torproject.org>2005-10-24 19:39:45 +0000
commitf9b0be526e2d08a93728ae92b450e92a09aadf82 (patch)
tree8fa99a4ba1b4ca2790f761337e8b50b04696ad94 /src/or/onion.c
parentfa338d85db52e665012ffe40aba676ccb220b016 (diff)
downloadtor-f9b0be526e2d08a93728ae92b450e92a09aadf82.tar.gz
tor-f9b0be526e2d08a93728ae92b450e92a09aadf82.zip
Use LD_BUG as appropriate; convert rend* and router* to new logging interface; use new circ_log_path interface
svn:r5302
Diffstat (limited to 'src/or/onion.c')
-rw-r--r--src/or/onion.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/onion.c b/src/or/onion.c
index f959fc4717..05f3df5431 100644
--- a/src/or/onion.c
+++ b/src/or/onion.c
@@ -117,7 +117,6 @@ onion_pending_remove(circuit_t *circ)
} else { /* we need to hunt through the rest of the list */
for ( ;tmpo->next && tmpo->next->circ != circ; tmpo=tmpo->next) ;
if (!tmpo->next) {
- /* XX is there a better category here? */
debug(LD_GENERAL,"circ (p_circ_id %d) not in list, probably at cpuworker.",circ->p_circ_id);
return;
}