Show
Ignore:
Timestamp:
03/12/10 05:29:11 (2 years ago)
Author:
rakshasa
Message:

* Fixed the linux fallocate detection script.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libtorrent/src/protocol/peer_connection_leech.cc

    r1142 r1143  
    465465    std::stringstream s; 
    466466    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()) << "'"; 
    468468 
    469469    throw internal_error(s.str());