Build and packaging library
- Python 54.6%
- Makefile 33%
- Shell 12.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
When prefix flags (position, prio, date) are combined with message arguments, log() would double-space the output (e.g. '<N> Created') or omit the separator entirely (e.g. '<N>Created'). The root cause was that log() prepended a space to every argument, regardless of whether the prefix already ended with one. Fix: only prepend a space before the first argument when the prefix doesn't already end with one. This produces exactly one separator between prefix and content regardless of which flags are active. Also fix log_m(): skip empty strings (the sentinel '') so it doesn't contribute a space. And fix the early return that dropped messages when no prefix flags were set (previous commit). Signed-off-by: Jan Lindemann <jan@janware.com> |
||
| .github/workflows | ||
| bin | ||
| conf | ||
| make | ||
| scripts | ||
| src | ||
| test | ||
| .gitignore | ||
| HASH | ||
| Makefile | ||
| RELEASES | ||
| VERSION | ||