Browse Source

Fixed typo

Pierre-Olivier Latour 12 years ago
parent
commit
1354df5e52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CGDWebServer/GCDWebServerPrivate.h

+ 1 - 1
CGDWebServer/GCDWebServerPrivate.h

@@ -27,7 +27,7 @@
 
 #import "GCDWebServerConnection.h"
 
-#ifdef __LOGGING_HEADER__
+#ifdef __GCDWEBSERVER_LOGGING_HEADER__
 
 // Define __GCDWEBSERVER_LOGGING_HEADER__ as a preprocessor constant to redirect GCDWebServer logging to your own system
 #import __GCDWEBSERVER_LOGGING_HEADER__