summaryrefslogtreecommitdiff
path: root/include/logger.h
diff options
context:
space:
mode:
authorJustin Crawford <Justasic@Gmail.com>2012-04-14 20:21:38 -0700
committerJustin Crawford <Justasic@Gmail.com>2012-04-14 23:33:20 -0700
commit9ebd9cba72056c5b36696e166826afb981f25ebb (patch)
tree75b3bc8b6a3b0fb1b6a2f3bb7c904abef15df1f4 /include/logger.h
parentdf5f76832ee67d1cbfb1fc47a8d3ec3823f010c5 (diff)
Fix some of the include guard names (requested by SaberUK)
Diffstat (limited to 'include/logger.h')
-rw-r--r--include/logger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/logger.h b/include/logger.h
index 6168bedef..f6f2f1e4f 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -11,8 +11,8 @@
* ---------------------------------------------------
*/
-#ifndef LOGMANAGER_H
-#define LOGMANAGER_H
+#ifndef LOGGER_H
+#define LOGGER_H
/** This class implements a nonblocking writer.
* Most people writing an ircd give little thought to their disk