dtls: shorter log module name for aligned log output

This commit is contained in:
Niclas Finne 2018-05-04 11:11:17 +02:00
parent 3c12738050
commit f6330996f7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#include <stdarg.h>
/* Log configuration */
#define LOG_MODULE "dtls-support"
#define LOG_MODULE "dtls"
#define LOG_LEVEL LOG_LEVEL_DTLS
#include "dtls-log.h"
#include "coap-log.h"