Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ds/include/dslogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static inline const char* fileName(const char* path) {
}

#ifndef DS_LOG_LEVEL
#define DS_LOG_LEVEL ERROR_LEVEL
#define DS_LOG_LEVEL DEBUG_LEVEL
#endif

#define INT_INFO(FORMAT, ...) ds_log(INFO_LEVEL, fileName(__FILE__), __LINE__, FORMAT, ##__VA_ARGS__ )
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.