daemon: omit extra set of <> in error message

The string conversion already adds them
pull/95/head
moneromooo-monero 9 years ago
parent 0822933524
commit 2634307863
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -514,7 +514,7 @@ bool t_rpc_command_executor::print_transaction(crypto::hash transaction_hash) {
}
else
{
tools::fail_msg_writer() << "transaction wasn't found: <" << transaction_hash << '>' << std::endl;
tools::fail_msg_writer() << "transaction wasn't found: " << transaction_hash << std::endl;
}
return true;

Loading…
Cancel
Save