Replace printf with LogPrintf / LogPrint
This commit is contained in:
@@ -560,7 +560,7 @@ public:
|
||||
|
||||
void PrintHex() const
|
||||
{
|
||||
printf("CScript(%s)\n", HexStr(begin(), end(), true).c_str());
|
||||
LogPrintf("CScript(%s)\n", HexStr(begin(), end(), true).c_str());
|
||||
}
|
||||
|
||||
std::string ToString() const
|
||||
@@ -588,7 +588,7 @@ public:
|
||||
|
||||
void print() const
|
||||
{
|
||||
printf("%s\n", ToString().c_str());
|
||||
LogPrintf("%s\n", ToString().c_str());
|
||||
}
|
||||
|
||||
CScriptID GetID() const
|
||||
|
||||
Reference in New Issue
Block a user