Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5800999b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix one liner" into main am: b5f51166 am: a310c074

parents b97b7d7f a310c074
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() {