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