From b4edcfabce06ff44687bc8f119bf108c6245290c Mon Sep 17 00:00:00 2001 From: Keke Li Date: Wed, 17 Feb 2021 14:13:46 -0800 Subject: [PATCH] As this function is a common used function, and the exception maybe not an error. remove the error notice line. --- programs/cleos/httpc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/cleos/httpc.cpp b/programs/cleos/httpc.cpp index ecdb1541e1..f5b3514b75 100644 --- a/programs/cleos/httpc.cpp +++ b/programs/cleos/httpc.cpp @@ -258,6 +258,7 @@ namespace eosio { namespace client { namespace http { response_result = fc::json::from_string(re); } catch(...) { // re reported below if print_response requested + print_response = true; } if( print_response ) {