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

Commit 7bb24d32 authored by Daniel Zheng's avatar Daniel Zheng Committed by Gerrit Code Review
Browse files

Merge "Removing extra string creation for log" into main

parents c05fd258 90d4f89e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -174,8 +174,7 @@ void CowWriterV2::InitBatchWrites() {
        current_data_pos_ = next_data_pos_;
    }

    std::string batch_write = batch_write_ ? "enabled" : "disabled";
    LOG_INFO << "Batch writes: " << batch_write;
    LOG_INFO << "Batch writes: " << batch_write_ ? "enabled" : "disabled";
}

void CowWriterV2::InitWorkers() {