Commit b8151fc6 authored by 王翔宇's avatar 王翔宇
Browse files

format


Former-commit-id: 42ef47148d130c0ad73636f85a681e85cea4beae
parent 12747146
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -160,8 +160,8 @@ XSearchTask::Load(LoadType type, uint8_t device_id) {

    size_t file_size = index_engine_->PhysicalSize();

    std::string info = "Load file id:" + std::to_string(file_->id_) + " file type:" +
                       std::to_string(file_->file_type_) + " size:" + std::to_string(file_size) +
    std::string info = "Load file id:" + std::to_string(file_->id_) +
                       " file type:" + std::to_string(file_->file_type_) + " size:" + std::to_string(file_size) +
                       " bytes from location: " + file_->location_ + " totally cost";
    double span = rc.ElapseFromBegin(info);
    //    for (auto &context : search_contexts_) {