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);
|
mutex::scoped_lock l(file_mutex);
|
||||||
open();
|
open();
|
||||||
log_file << v;
|
log_file << v;
|
||||||
log_file.flush();
|
|
||||||
#endif
|
#endif
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue