don't flush every string printed to the log
This commit is contained in:
@@ -94,7 +94,6 @@ namespace libtorrent
|
||||
mutex::scoped_lock l(file_mutex);
|
||||
open();
|
||||
log_file << v;
|
||||
log_file.flush();
|
||||
#endif
|
||||
return *this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user