Merge "Fix one liner" into main
This commit is contained in:
commit
b5f51166e7
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ void CowWriterV2::InitBatchWrites() {
|
|||
current_data_pos_ = next_data_pos_;
|
||||
}
|
||||
|
||||
LOG_INFO << "Batch writes: " << batch_write_ ? "enabled" : "disabled";
|
||||
LOG_INFO << "Batch writes: " << (batch_write_ ? "enabled" : "disabled");
|
||||
}
|
||||
|
||||
void CowWriterV2::InitWorkers() {
|
||||
|
|
Loading…
Reference in a new issue