Log the final pair rejection

This commit is contained in:
Yukino Song
2025-01-25 00:54:09 +08:00
parent 7b653280fb
commit 2fb79e1ca1

View File

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