remove some iostream dependencies

This commit is contained in:
Arvid Norberg
2012-10-12 04:50:34 +00:00
parent 8f0d039b3c
commit 6d7e9e4521
7 changed files with 20 additions and 118 deletions

View File

@@ -89,7 +89,7 @@ namespace
virtual bool on_extension_handshake(lazy_entry const& h)
{
log_timestamp();
m_file << "<== EXTENSION_HANDSHAKE\n" << h;
m_file << "<== EXTENSION_HANDSHAKE\n" << print_entry(h);
return true;
}