Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Jan 3, 2024
1 parent e00c032 commit 6b11108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/src/olap/tablet_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ Status TabletManager::create_tablet(const TCreateTabletReq& request, std::vector
request.tablet_id);
}

LOG(INFO) << "success to create tablet. tablet_id=" << tablet_id << ", tablet_path="
<< tablet->tablet_path();
LOG(INFO) << "success to create tablet. tablet_id=" << tablet_id
<< ", tablet_path=" << tablet->tablet_path();
return Status::OK();
}

Expand Down

0 comments on commit 6b11108

Please sign in to comment.