Created
February 11, 2013 11:03
-
-
Save KristianLyng/4753868 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 195 unsigned char *foo = (unsigned char *)&info->client_addr->sin_addr.s_addr; | |
| 196 logger(http->logger, "%hhu.%hhu.%hhu.%hhu:%d - %s %s", foo[0], foo[1], foo[2], foo[3], info->client_addr->sin_port, method, url); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment