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

Commit 4e90f52b 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 am: ad630429

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


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


void CowWriterV2::InitWorkers() {
void CowWriterV2::InitWorkers() {