Author :
ratchov
Date :
2024-12-22 14:17:45
Hash :b4d5e3c9 Message :aucat: Switch to printf(3)-style logging
Lines are logged using a single function call, which makes the sources
easier to read and reduces the binary size. Debug strings that would
be too difficult to produce with snprintf(3) are simplified.