mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #4744
b3e8677c
cryptonote: use logging functions for errors, not std::cout (moneromooo-monero)
This commit is contained in:
commit
148ac1a898
@ -328,7 +328,7 @@ bool parse_hash256(const std::string str_hash, crypto::hash& hash)
|
||||
bool res = epee::string_tools::parse_hexstr_to_binbuff(str_hash, buf);
|
||||
if (!res || buf.size() != sizeof(crypto::hash))
|
||||
{
|
||||
std::cout << "invalid hash format: <" << str_hash << '>' << std::endl;
|
||||
MERROR("invalid hash format: " << str_hash);
|
||||
return false;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user