sysupgrade: use a lib func for printing to syslog.

This commit is contained in:
Ronny Nilsson 2020-03-28 11:49:56 +01:00
parent 6aa2fe7749
commit 70cacfbe71

View file

@ -28,7 +28,7 @@ hasWifi=$(chroot "${2}" db -q get hw.board.hasWifi)
uci_possibly_migrate_package "wireless" "$2" || exit
# Report success.
logger -s -p daemon.info -t post-hooks -- "UCI wireless migrated."
log "post-hooks" "UCI wireless migrated."
exit 0