Loading fs_mgr/libsnapshot/libsnapshot_cow/writer_v2.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
fs_mgr/libsnapshot/libsnapshot_cow/writer_v2.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading