chiark / gitweb /
core/transaction: replace a bare status_printf()
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 27 Feb 2013 22:31:35 +0000 (23:31 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Thu, 28 Feb 2013 01:23:22 +0000 (02:23 +0100)
commit297d0749dd82ea2442203d53c23ee401bdf46fca
tree1af0494fdd2c009c08e427191cd9d8e7b4dfa04d
parent49b1d377263f33991a03235779e50f61273ba649
core/transaction: replace a bare status_printf()

Like other status messages, this one too should not be printed
unconditionally, but it should take the manager state into account.
unit_status_printf() does that.
src/core/transaction.c