ok, more clear diagnostics.

This commit is contained in:
snar
2008-12-19 17:41:06 +00:00
parent 0c729c0c76
commit 33e4dfe9e8

View File

@@ -587,7 +587,8 @@ bgpq_expand(struct bgpq_expander* b)
if(!f) { if(!f) {
/* all our attempts to connect failed */ /* all our attempts to connect failed */
sx_report(SX_ERROR,"All attempts to connect failed\n"); sx_report(SX_ERROR,"All attempts to connect %s failed, last"
" error: %s\n", b->server, strerror(errno));
exit(1); exit(1);
}; };