diff --git a/include/logger.hpp b/include/logger.hpp index 655a83ce..bea46f76 100644 --- a/include/logger.hpp +++ b/include/logger.hpp @@ -19,7 +19,7 @@ namespace Log { // Our loggers here. Enable/disable by toggling the template param static Logger kernelLogger; - static Logger debugStringLogger; // Enables output for the outputDebugString SVC + static Logger debugStringLogger; // Enables output for the outputDebugString SVC static Logger errorLogger; static Logger fileIOLogger; static Logger svcLogger;