Skip to content
Unverified Commit 7ce37d66 authored by Steven Perron's avatar Steven Perron Committed by GitHub
Browse files

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.
parent 0cb2d407
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment