mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Replace printf with LogPrintf / LogPrint
This commit is contained in:
@@ -880,7 +880,7 @@ public:
|
||||
|
||||
void print() const
|
||||
{
|
||||
printf("%s\n", ToString().c_str());
|
||||
LogPrintf("%s\n", ToString().c_str());
|
||||
}
|
||||
};
|
||||
|
||||
@@ -962,7 +962,7 @@ public:
|
||||
|
||||
void print() const
|
||||
{
|
||||
printf("%s\n", ToString().c_str());
|
||||
LogPrintf("%s\n", ToString().c_str());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user