]> arthur.barton.de Git - bup.git/commit
cmd/daemon: correctly report socket binding/listening errors.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 13 Feb 2011 10:17:31 +0000 (02:17 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 13 Feb 2011 13:02:21 +0000 (05:02 -0800)
commitba9dfc23a3aae4263ce6ac7caa36f4fc8f63259d
tree2e91b67d94a0b27ec580b969b697fb3273a433ca
parent5ef8f0d4ed5c1f3069d0ebcab040177151837f03
cmd/daemon: correctly report socket binding/listening errors.

We should never, ever throw away the string from an exception, because
that's how people debug problems.  (In this case, my problem was "address
already in use.")

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/daemon-cmd.py