tinode / ios

Tinodios: Tinode Messaging Client for iOS
Apache License 2.0
244 stars 107 forks source link

Substitute TinodeSDK.Log.log with NSLog. #84

Closed aforge closed 5 years ago

aforge commented 5 years ago

Also, use correct format strings.

or-else commented 5 years ago

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.