busctl: always prefix bus error message with local string
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 31 May 2019 14:21:56 +0000 (16:21 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 4 Jun 2019 06:37:24 +0000 (08:37 +0200)
commit24a4e7ff9da885138300f35146ad75b4e06e79c8
tree7ab1abaf3b49f667c429c552d37fc05a2006b314
parent9e5205d2f79f8ff914ca9c1b838013ef9e595f60
busctl: always prefix bus error message with local string

The message we get from the bus can be pretty bare-bones, and the user might be
confused which operation failed. Since we don't control the other side, let's
prefix the remote message with an informative prefix.
src/busctl/busctl.c