]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemd-analyze: allow --quiet for condition checks
authorRonan Pigott <ronan@rjp.ie>
Wed, 21 Jun 2023 02:47:47 +0000 (19:47 -0700)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 21 Jun 2023 18:56:43 +0000 (19:56 +0100)
commitf24590df4387114bc2caa027c3e0bc6c573c6e29
tree01bc975563dcb408d3ade1c22f94b85d11e062be
parent21a2c735e2bfdc3bfdc42f894d6e3d00f4a38dcd
systemd-analyze: allow --quiet for condition checks

I figure these messages are rather unnecessary, so let the user quiet
them with the existing --quiet flag if desired. Makes systemd-analyze
condition a little more ergonomic in scripts.
src/analyze/analyze-condition.c
src/shared/condition.c