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

Commit b5f51166 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix one liner" into main

parents a2bac909 b497e6f3
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() {