Fixed error messages

This commit is contained in:
SChernykh
2022-06-09 09:20:24 +02:00
parent 37fba30c79
commit 9f4388843a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -577,7 +577,7 @@ void p2pool::submit_block() const
LOGWARN(3, "submit_block (external blob): RPC request failed, error " << log::const_buf(data, size));
}
else {
LOGERR(0, "submit_block (external blob): RPC request failed, error " << log::const_buf(data, size));
LOGERR(0, "submit_block: RPC request failed, error " << log::const_buf(data, size));
}
}
});