diff options
Diffstat (limited to 'internal/system/dbus.go')
| -rw-r--r-- | internal/system/dbus.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system/dbus.go b/internal/system/dbus.go index 3bed540a..b74d5d30 100644 --- a/internal/system/dbus.go +++ b/internal/system/dbus.go @@ -99,7 +99,7 @@ func (d *DBus) apply(_ *I) error { } fmsg.VPrintln("starting message bus proxy:", d.proxy) if fmsg.Verbose() { // save the extra bwrap arg build when verbose logging is off - fmsg.VPrintln("message bus proxy bwrap args:", d.proxy.Bwrap()) + fmsg.VPrintln("message bus proxy bwrap args:", d.proxy.BwrapStatic()) } // background wait for proxy instance and notify completion |
