CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/01 19:31:10
Modified files:
usr.sbin/vmd : fw_cfg.c i8253.c loadfile_elf.c ns8250.c pci.c
vioblk.c vionet.c vioqcow2.c vioscsi.c virtio.c
vm.c x86_vm.c
Log message:
Remove redundant program name logging in vmd(8).
The log.c init function already configures __progname as a default
log message prefix. No need to include it explicitly anymore.
ok mlarkin@
