summaryrefslogtreecommitdiff
path: root/lib/server/ServerException.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-10-31 21:09:45 +0000
committerChris Wilson <chris+github@qwirx.com>2011-10-31 21:09:45 +0000
commit767aa82685f80d4e1652f7f8eeaa0734ccf8f2f2 (patch)
tree17cdce7f75e6230b8ae00a3e3d1e45ea1b7b9984 /lib/server/ServerException.txt
parentaf8deff0fff573f750ffad4bef7ed8bb4988dba9 (diff)
Improve error message on bbackupd command socket bind failure, thanks to Christophe.
Diffstat (limited to 'lib/server/ServerException.txt')
-rw-r--r--lib/server/ServerException.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server/ServerException.txt b/lib/server/ServerException.txt
index ed591b73..474b4067 100644
--- a/lib/server/ServerException.txt
+++ b/lib/server/ServerException.txt
@@ -13,7 +13,7 @@ SocketOpenError 10
SocketPollError 11
SocketCloseError 13
SocketNameUNIXPathTooLong 14
-SocketBindError 16 Check the ListenAddresses directive in your config file -- must refer to local IP addresses only
+SocketBindError 16 Check the ListenAddresses directive (bbstored) or CommandSocket (bbackupd) in your config file -- must refer to local IP addresses (or existing writable path) only
SocketAcceptError 17
ServerStreamBadListenAddrs 18
ServerForkError 19