diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-08-10 02:32:33 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-08-10 02:32:33 +0200 |
| commit | 4c462d0af136c244e2c2edf6f464c5f495f5b870 (patch) | |
| tree | 64c318c976e5bf3665a9d99a553b23fe4ae61d3a /src/util.c | |
| parent | 8e0fad10878f0e81b8ed4d00187309c5ba96287d (diff) | |
| download | sxkbd-4c462d0af136c244e2c2edf6f464c5f495f5b870.tar.gz sxkbd-4c462d0af136c244e2c2edf6f464c5f495f5b870.zip | |
Switch to event-triggered messaging
Diffstat (limited to 'src/util.c')
| -rw-r--r-- | src/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ stdio_log(int facility, int level, const char *fmtstr, ...) if (level < log_level_min) return; - if (level == LOG_WARN) { + if (level == LOG_WARN && !*warnlog) { led_start_blip(HARD_RED, 100); va_copy(cpy, ap); va_start(cpy, fmtstr); |
