fix:修正一个错误打印。
This commit is contained in:
parent
54acbc114a
commit
78036328a5
@ -694,7 +694,7 @@ void CClient::handle_frame(CFrameBuffer* buf)
|
||||
}
|
||||
long long size = std::stoll(vec[1]);
|
||||
std::string show_str = OfUtil::get_file_size(size);
|
||||
mpinfo("Ready Down Size: {}, permissions:{}", show_str, vec[1]);
|
||||
mpinfo("Ready Down Size: {}, permissions:{}", show_str, vec[2]);
|
||||
if (down_) {
|
||||
down_->permissions = static_cast<uint16_t>(std::stoul(vec[2]));
|
||||
down_->remote_plat = static_cast<uint16_t>(std::stoul(vec[0]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user