change 'invalid address format' loglevel

This commit is contained in:
Jaquee
2016-11-27 14:44:19 +01:00
parent c36cb54340
commit 0059218908

View File

@@ -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;
}