aboutsummaryrefslogtreecommitdiffstats
path: root/Source/lib/utils/logger_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/lib/utils/logger_manager.h')
-rw-r--r--Source/lib/utils/logger_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/lib/utils/logger_manager.h b/Source/lib/utils/logger_manager.h
index 24806b80f..074dd744a 100644
--- a/Source/lib/utils/logger_manager.h
+++ b/Source/lib/utils/logger_manager.h
@@ -27,7 +27,7 @@
#include <utils/logger.h>
-#define INITIAL_LOG_OUTPUT stderr
+#define INITIAL_LOG_OUTPUT stdout
typedef enum logger_context_t logger_context_t;
@@ -77,7 +77,7 @@ typedef struct logger_manager_t logger_manager_t;
* library start and destroyed at exit.
*
* @b Constructors:
- * - none, logger_manager is an instance
+ * - none, logger_manager is the single instance
*
* @see logger_t
*