chore: Add missing log module define

Module name becomes easier to recognize on
log statements.
This commit is contained in:
icex2 2024-08-15 11:34:31 +02:00
parent b9819c9cb5
commit b188b938dc

View File

@ -1,3 +1,5 @@
#define LOG_MODULE "util-signal"
#include <unistd.h>
#include "iface-core/log.h"