]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
more verbose log for recording an odd cell
authorNick Mathewson <nickm@torproject.org>
Tue, 27 Sep 2011 18:39:57 +0000 (14:39 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Oct 2011 03:14:30 +0000 (23:14 -0400)
src/or/connection_or.c

index adaaa2cbf803e2e213216ed9418b917912db98e3..004c19f08bd1777f5c523fe2957fa1da243017a8 100644 (file)
@@ -1608,7 +1608,8 @@ or_handshake_state_record_cell(or_handshake_state_t *state,
   packed_cell_t packed;
   if (!incoming) {
     log_warn(LD_BUG, "We shouldn't be sending any non-variable-length cells "
-             "whilemaking a handshake digest.  But we think we are.");
+             "while making a handshake digest.  But we think we are sending "
+             "one with type %d.", (int)cell->command);
   }
   dptr = incoming ? &state->digest_received : &state->digest_sent;
   if (! *dptr)