core/job: emit job start message if we're only waiting for unit state
authorMike Yuan <me@yhndnzj.com>
Tue, 12 Dec 2023 08:33:13 +0000 (16:33 +0800)
committerMike Yuan <me@yhndnzj.com>
Tue, 12 Dec 2023 09:04:30 +0000 (17:04 +0800)
commitd8deb18720a494a68251e14e521570c4bf6e2b96
treec0007f7d759c859435f8db3a67c5f35cbe036cb3
parent3f4a7a472f90949425f76ffde39a6c94a0b77e0b
core/job: emit job start message if we're only waiting for unit state

Currently, start/stop messages for device units are not used, since
job_perform_on_unit() does nothing and we simply wait for unit status
change. I think we still want some nice log messages explaining what
the start jobs for devices are doing, so let's fix this.
src/core/job.c