Skip to content

Commit

Permalink
fix: fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
dl239 committed Oct 17, 2023
1 parent b25b165 commit d33d416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nameserver/name_server_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3771,7 +3771,7 @@ void NameServerImpl::TruncateTable(RpcController* controller, const TruncateTabl
}
}
}
PDLOG(INFO, "truncate success, db[%u] name[%u]", db.c_str(), name.c_str());
PDLOG(INFO, "truncate success, db[%s] name[%s]", db.c_str(), name.c_str());
response->set_code(::openmldb::base::ReturnCode::kOk);
response->set_msg("ok");
}
Expand Down

0 comments on commit d33d416

Please sign in to comment.