Closed aforge closed 5 years ago
Also, use correct format strings.
The need to use %@ as format specifier for strings was a side effect of os_log being wrapped. It works but it's less efficient than %s. I'll merge now but let's fix it over time.
%@
%s
Also, use correct format strings.