Skip to content

Commit

Permalink
Add missing LOG_ERR log level
Browse files Browse the repository at this point in the history
The fallback used when <syslog.h> is not available was missing the error level.
  • Loading branch information
guimier authored and obgm committed Jul 17, 2016
1 parent 6a5b12a commit edf42a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/coap/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ typedef enum {
LOG_EMERG=0,
LOG_ALERT,
LOG_CRIT,
LOG_ERR,
LOG_WARNING,
LOG_NOTICE,
LOG_INFO,
Expand Down

0 comments on commit edf42a6

Please sign in to comment.