mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
ok, more clear diagnostics.
This commit is contained in:
@@ -587,7 +587,8 @@ bgpq_expand(struct bgpq_expander* b)
|
||||
|
||||
if(!f) {
|
||||
/* 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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user