- log_error "kernel module cifs is missing (try: sudo modprobe cifs)"
You delete '[ERROR]', why delete it? Do you want to say "it's a warning"? Then you change change '[ERROR]' to '[WARNING]'.
$CCI_SRC/lib/log.sh: log_error() { date +"[ERROR] ..." }
log_error have "[ERROR]", so no need to write again when call log_error().
I got it. This reason should be an [why] in your change log.
ok
Thanks, Yinsi
Thanks, Yuanchao