From: Thomas Hindoe Paaboel Andersen Date: Fri, 3 Jan 2014 22:50:59 +0000 (+0100) Subject: systemctl: improve readability on failed commands X-Git-Tag: v209~549 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=39602c3905da5196987b4df744541295ada725ae;hp=39602c3905da5196987b4df744541295ada725ae systemctl: improve readability on failed commands Not long ago a failed command would print: "Failed to start something.service: ..." regardless of whether the command was to start/stop/restart/etc. With e3e0314 this was improved to print the method used. E.g. for stopping: "Failed to StopUnit something.service: ..." This patch matches the method to a more human readable word. E.g: "Failed to stop something.service: ..." ---