From 78036328a51b168f03b91133ca9970b73ff7818a Mon Sep 17 00:00:00 2001 From: taynpg Date: Mon, 10 Feb 2025 23:24:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=AD=A3=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E9=94=99=E8=AF=AF=E6=89=93=E5=8D=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.cpp b/client/client.cpp index a3ccfa6..1ccbf0a 100644 --- a/client/client.cpp +++ b/client/client.cpp @@ -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(std::stoul(vec[2])); down_->remote_plat = static_cast(std::stoul(vec[0]));