mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-09 19:57:15 -05:00
chore: Add missing log module define
Module name becomes easier to recognize on log statements.
This commit is contained in:
parent
b9819c9cb5
commit
b188b938dc
|
|
@ -1,3 +1,5 @@
|
|||
#define LOG_MODULE "util-signal"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "iface-core/log.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user