Skip to content

Commit

Permalink
Merge pull request AntelopeIO#486 from eosnetworkfoundation/cleos-err…
Browse files Browse the repository at this point in the history
…or-main

Remove confusing error message - main
  • Loading branch information
heifner authored Jun 21, 2022
2 parents 91bf1f1 + 2666fe3 commit cf91de3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/cleos/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ fc::variant call( const std::string& url,
exec_name = key_store_executable_name;
}
std::cerr << localized( "Failed http request to ${n} at ${u}; is ${n} running?\n"
" Common issue is message size too large. Check the log of ${n}.\n"
" Error: ${e}",
("n", exec_name)("u", url)("e", e.what()) ) << std::endl;
throw connection_exception(fc::log_messages{FC_LOG_MESSAGE(error, e.what())});
Expand Down

0 comments on commit cf91de3

Please sign in to comment.