From 98f9fdb7cc949469d34a1428c3dd093ebf6aa4eb Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sun, 29 Sep 2024 15:27:29 +0900 Subject: dbus: configurable xdg-dbus-proxy output Signed-off-by: Ophestra Umiker --- internal/app/share.dbus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/app/share.dbus.go b/internal/app/share.dbus.go index e94d648b..b1be631f 100644 --- a/internal/app/share.dbus.go +++ b/internal/app/share.dbus.go @@ -102,7 +102,7 @@ func (tx *appSealTx) startDBus() error { tx.dbusWait = make(chan struct{}) // background dbus proxy start - if err := tx.dbus.Start(ready, true); err != nil { + if err := tx.dbus.Start(ready, os.Stderr); err != nil { return (*StartDBusError)(wrapError(err, "cannot start message bus proxy:", err)) } verbose.Println("starting message bus proxy:", tx.dbus) -- cgit v1.3.1