Unverified Commit 4eb5db71 authored by Sergei Shulepov's avatar Sergei Shulepov Committed by GitHub
Browse files

Generalize error text (#1388)

* Generalize error text

Right now, each time there is an error while executing `substrate-relay`
it will be reported as:

    ERROR bridge Failed to start relay: <Actual cause of error>

This is the case even if the invoked command did not have anything to do
with starting a relayer. Thus this removes this text. Now something like
this would be written:

    ERROR bridge <Actual cause of error>

* Use substrate-relay prefix
parent d2faa6b2
Pipeline #192194 passed with stages
in 34 minutes and 7 seconds