diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/app/share.dbus.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
