]> git.tuebingen.mpg.de Git - paraslash.git/commit
client: Don't print the same error message twice.
authorAndre Noll <maan@systemlinux.org>
Mon, 23 Jul 2012 17:03:48 +0000 (19:03 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 10 Feb 2013 14:27:53 +0000 (15:27 +0100)
commit1157d98d10d047c3fd8d2361e05650398ae11f59
treeef86c6a695a7aa5c6c22820134533add4db5de1e
parentf40a3c0de71e4724395d8462c8f7400a63d2aa06
client: Don't print the same error message twice.

Currently, if the client task exits, the corresponding error
message is printed both by client_post_select() and by main()
of client.c.

This patch makes main() print a generic "command failed" error
message instead.
client.c