chiark / gitweb /
systemctl: Correct error message printed when bus_process_wait fails
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sat, 23 Aug 2014 19:11:44 +0000 (21:11 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 Aug 2014 18:37:05 +0000 (20:37 +0200)
commit498cfc230af8f83675be2e92057956f1792969e4
tree7c4399308c1c722364bd3b551d7ea6961a087a99
parentbb19cb17076bbec942ad08f94d41ba36b28a5a13
systemctl: Correct error message printed when bus_process_wait fails

Actually use the variable containing the return code of bus_process_wait when
printing the error message as a result of it failing.
src/systemctl/systemctl.c