Replace printf with LogPrintf / LogPrint
This commit is contained in:
@@ -745,7 +745,7 @@ public:
|
||||
|
||||
void print() const
|
||||
{
|
||||
printf("%s\n", ToString().c_str());
|
||||
LogPrintf("%s\n", ToString().c_str());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user