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

Commit ad630429 authored by Daniel Zheng's avatar Daniel Zheng Committed by Automerger Merge Worker
Browse files

Merge "Removing extra string creation for log" into main am: 7bb24d32

parents 37f0b269 7bb24d32
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() {