Skip to content

Commit

Permalink
set logging level to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hjk41 committed Sep 12, 2020
1 parent 48f142e commit 6b6a963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remmy/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace remmy {
#define REMMY_LOG_ERROR 2
#define REMMY_LOG_ASSERT 3

#define REMMY_LOG_LEVEL 0
#define REMMY_LOG_LEVEL 1

inline std::mutex& __Log_Lock__() {
static std::mutex log_lock;
Expand Down

0 comments on commit 6b6a963

Please sign in to comment.