diff --git a/include/coap/debug.h b/include/coap/debug.h index e9e133bfde..e7c86aff51 100644 --- a/include/coap/debug.h +++ b/include/coap/debug.h @@ -27,6 +27,7 @@ typedef enum { LOG_EMERG=0, LOG_ALERT, LOG_CRIT, + LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO,