[or-cvs] r18919: {tor} when we get an unrecognized relay streamid, log it (tor/trunk/src/or)

arma at seul.org arma at seul.org
Wed Mar 11 20:51:47 UTC 2009


Author: arma
Date: 2009-03-11 16:51:47 -0400 (Wed, 11 Mar 2009)
New Revision: 18919

Modified:
   tor/trunk/src/or/relay.c
Log:
when we get an unrecognized relay streamid, log it


Modified: tor/trunk/src/or/relay.c
===================================================================
--- tor/trunk/src/or/relay.c	2009-03-11 17:22:44 UTC (rev 18918)
+++ tor/trunk/src/or/relay.c	2009-03-11 20:51:47 UTC (rev 18919)
@@ -1048,7 +1048,8 @@
       circuit_consider_sending_sendme(circ, layer_hint);
 
       if (!conn) {
-        log_info(domain,"data cell dropped, unknown stream.");
+        log_info(domain,"data cell dropped, unknown stream (streamid %d).",
+                 rh.stream_id);
         return 0;
       }
 



More information about the tor-commits mailing list