fix:修正一个错误打印。

This commit is contained in:
taynpg 2025-02-10 23:24:15 +08:00
parent 54acbc114a
commit 78036328a5

View File

@ -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]));