From aaeca32107960022259b05736f25be250d1ce3d4 Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Wed, 29 Jul 2009 09:28:39 -0400 Subject: [PATCH] Make connection failure message more clear --- src/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net.c b/src/net.c index dc85682..d5db0ad 100644 --- a/src/net.c +++ b/src/net.c @@ -80,7 +80,7 @@ static size_t recv_one_message(int sock, struct sctp_meta *msg_meta, struct strb fatal("shutdown complete"); break; case SCTP_CANT_STR_ASSOC: - fatal("cannot start association"); + fatal("connection failed (is ceod running?)"); break; } break;