don't flush every string printed to the log

This commit is contained in:
Arvid Norberg 2010-11-06 23:02:24 +00:00
parent a2a2ac08a2
commit 873febb894
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ namespace libtorrent
mutex::scoped_lock l(file_mutex);
open();
log_file << v;
log_file.flush();
#endif
return *this;
}