Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calling `NSLog(message!)` will interpret message as format string (see [docs](https://developer.apple.com/documentation/foundation/1395275-nslog), causing errors and even segfault in some edge cases. Instead, use proper format string and message as argument. Fixes johnste#328.
- Loading branch information