summaryrefslogtreecommitdiff
path: root/server/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/log.h')
-rw-r--r--server/src/log.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/server/src/log.h b/server/src/log.h
index e1c1be0..14a5585 100644
--- a/server/src/log.h
+++ b/server/src/log.h
@@ -29,12 +29,10 @@
#include <string>
-namespace Pentominos {
- /**
- * log appends a message to the syslog queue.\n
- * @param message An STL string containing the string to be appended.
- */
- void log(std::string message);
-};
+/**
+ * log appends a message to the syslog queue.\n
+ * @param message An STL string containing the string to be appended.
+ */
+void log(std::string message);
#endif/*__ARTEFACT_LOG_H__*/