Make faup1090 failed-to-connect message more descriptive.

BUGZID:
This commit is contained in:
Karl Lehenbauer 2014-08-12 16:15:21 -05:00
parent e38d778ec5
commit 21d08814ca
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ int main(int argc, char **argv) {
faupInitNet();
if ((fd = anetTcpConnect (Modes.aneterr, faup1090.net_input_beast_ipaddr, Modes.net_input_beast_port)) == ANET_ERR) {
fprintf (stderr, "failed to connect to %s:%d\n", faup1090.net_input_beast_ipaddr, Modes.net_input_beast_port);
fprintf (stderr, "faup1090: failed to connect to %s:%d (is dump1090 running?)\n", faup1090.net_input_beast_ipaddr, Modes.net_input_beast_port);
exit (1);
}