Merge "Removing extra string creation for log" into main
This commit is contained in:
commit
7bb24d3274
1 changed files with 1 additions and 2 deletions
|
|
@ -174,8 +174,7 @@ void CowWriterV2::InitBatchWrites() {
|
||||||
current_data_pos_ = next_data_pos_;
|
current_data_pos_ = next_data_pos_;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string batch_write = batch_write_ ? "enabled" : "disabled";
|
LOG_INFO << "Batch writes: " << batch_write_ ? "enabled" : "disabled";
|
||||||
LOG_INFO << "Batch writes: " << batch_write;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CowWriterV2::InitWorkers() {
|
void CowWriterV2::InitWorkers() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue