Make connection failure message more clear

This commit is contained in:
Michael Spang 2009-07-29 09:28:39 -04:00
parent bfff0e8e87
commit aaeca32107
1 changed files with 1 additions and 1 deletions

View File

@ -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;