Fix use of Logf to avoid format security warning (#2498)
When -Wformat-security is enabled, we are getting an error. I do not claim to fully understand when the warning is triggered or not, but this one can be avoided by calling "Log" instead of "Logf" because the formating string is not needed.
Loading
Please register or sign in to comment