Changeset 1143 for trunk/libtorrent/src/protocol/peer_connection_leech.cc
- Timestamp:
- 03/12/10 05:29:11 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/src/protocol/peer_connection_leech.cc
r1142 r1143 465 465 std::stringstream s; 466 466 s << "Connection read fd(" << get_fd().get_fd() << ',' << m_down->get_state() << ',' << m_down->last_command() << ") \"" << e.what() << '"'; 467 //s << " '" << rak::copy_escape_html((char*)m_down->buffer()->begin(), (char*)m_down->buffer()->position()) << "'";467 s << " '" << rak::copy_escape_html((char*)m_down->buffer()->begin(), (char*)m_down->buffer()->position()) << "'"; 468 468 469 469 throw internal_error(s.str());
