diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-06-03 21:30:08 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-06-03 21:30:08 -0300 |
| commit | 975795520a62a71cfddfd6c0bbc220ec191e4e74 (patch) | |
| tree | e3dc87bc3f111ca690a37e1a895ba92270b45b46 /config.c | |
| parent | 4c40f2f77f6a22d4a7ced913924f325bfc6cf6a2 (diff) | |
New upstream version 1.0.13
Diffstat (limited to 'config.c')
| -rw-r--r-- | config.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -640,6 +640,7 @@ void dump_config(CONFIG **first, CONFIG **last, GROUPS **firstg, GROUPS **lastg) syslog(LOG_INFO, "curg->notifyscript = \"%s\"", curg->notifyscript); syslog(LOG_INFO, "curg->unknown_up_notify = \"%d\"", curg->unknown_up_notify); syslog(LOG_INFO, "curg->warn_email = \"%s\"", curg->warn_email); + syslog(LOG_INFO, "curg->device = \"%s\"", curg->device); syslog(LOG_INFO, "curg->logic = \"%s\"", curg->logic == 0 ? "OR" : "AND"); for(curgm = curg->fgm; curgm; curgm = curgm->next) { |
