DyKnow / SignalR-ObjC

Objective-C Client for the SignalR Project works with iOS and Mac
MIT License
442 stars 213 forks source link

Fixing typo that broke verbose logging #269

Closed richardgroves closed 8 years ago

richardgroves commented 8 years ago

Base verbose log method had a typo in its name which meant it failed to compile ":5: Implicit declaration of function 'SRLogVerboase' is invalid in C99" when one of the verbose methods was used.