system/dbus: dump method prints msgbuf

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-02-07 13:16:54 +09:00
parent 568d7758d5
commit 2e52191404
3 changed files with 9 additions and 11 deletions

View File

@@ -140,11 +140,7 @@ func (a *app) Run(ctx context.Context, rs *RunState) error {
// print queued up dbus messages
if a.seal.dbusMsg != nil {
a.seal.dbusMsg(func(msgbuf []string) {
for _, msg := range msgbuf {
fmsg.Println(msg)
}
})
a.seal.dbusMsg()
}
// update store and revert app setup transaction