From 2fb79e1ca163dc9556eebbccc91a9e5c0e6ad990 Mon Sep 17 00:00:00 2001 From: Yukino Song Date: Sat, 25 Jan 2025 00:54:09 +0800 Subject: [PATCH] Log the final pair rejection --- src/nvhttp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nvhttp.cpp b/src/nvhttp.cpp index a23d0007..3083b070 100644 --- a/src/nvhttp.cpp +++ b/src/nvhttp.cpp @@ -598,6 +598,7 @@ namespace nvhttp { } else { tree.put("root.paired", 0); + BOOST_LOG(warning) << "Pair attempt failed due to same_hash: " << same_hash << ", verify: " << verify; } remove_session(sess);