mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
change 'invalid address format' loglevel
This commit is contained in:
parent
c36cb54340
commit
0059218908
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ namespace cryptonote {
|
|||
uint64_t prefix;
|
||||
if (!tools::base58::decode_addr(str, prefix, data))
|
||||
{
|
||||
LOG_PRINT_L1("Invalid address format");
|
||||
LOG_PRINT_L2("Invalid address format");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue