Rewrite configuration structure and more minor changes
This commit is contained in:
parent
13ffe0c2c7
commit
5bafe48c82
7 changed files with 124 additions and 83 deletions
4
logger.c
4
logger.c
|
|
@ -19,3 +19,7 @@ void log_warn(const char *msg) {
|
|||
void log_exclaim(const char *msg) {
|
||||
syslog(LOG_ERR, "[ERROR] %s", msg);
|
||||
}
|
||||
|
||||
void log_debug(const char *msg) {
|
||||
syslog(LOG_DEBUG, "[DEBUG] %s", msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue