CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2024/12/20 00:35:56

Modified files:
        usr.bin/sndiod : abuf.c abuf.h dev.c dev.h dev_sioctl.c dsp.c 
                         dsp.h fdpass.c file.c file.h listen.c midi.c 
                         midi.h opt.c siofile.c sndiod.c sock.c utils.c 
                         utils.h 

Log message:
sndiod: Switch to printf(3)-style logging

With this change, any line is logged using a single function call
(instead of one function call per logged token). This 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.

ok tb, dlg

Reply via email to