# HG changeset patch # User Goffi # Date 1699021984 -3600 # Node ID 11f95dfe5b178da5cca99199957148e5e012de71 # Parent 60d107f2178ada8f7419591d3cd6ff0a0f0c0e69 frontend (bridge): update location of D-Bus on server instructions. diff -r 60d107f2178a -r 11f95dfe5b17 libervia/frontends/bridge/dbus_bridge.py --- a/libervia/frontends/bridge/dbus_bridge.py Fri Nov 03 15:32:17 2023 +0100 +++ b/libervia/frontends/bridge/dbus_bridge.py Fri Nov 03 15:33:04 2023 +0100 @@ -82,7 +82,11 @@ 'org.freedesktop.DBus.Error.Spawn.ExecFailed'): errback(BridgeExceptionNoService()) elif e._dbus_error_name == 'org.freedesktop.DBus.Error.NotSupported': - log.error(_("D-Bus is not launched, please see README to see instructions on how to launch it")) + log.error(_( + 'D-Bus is not launched, please see documentation ' + '(doc/installation.rst, section "Launching D-Bus (on servers)") to ' + 'see instructions on how to launch it.' + )) errback(BridgeInitError) else: errback(e)