thecatalinstan / Criollo

A powerful Cocoa web framework and HTTP server for macOS, iOS and tvOS.
https://criollo.io/
MIT License
290 stars 51 forks source link

Use long long in log message #68

Closed mikker closed 4 years ago

mikker commented 4 years ago

No idea why this has changed but in Xcode 11 it seems to have 🤷‍♂️

thecatalinstan commented 4 years ago

Thanks @mikker,

It's not Xcode, I recently refactored CRStaticFileManager and changing the sizes to be unsigned long long was a part of that. I apparently missed some format strings. :(

Nice catch!