X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=backends%2Finnduct.c;h=288c9dc654c06fa4b60d0b67295e038137731a5d;hb=6a7307f47a05fbef08b3f7a362ccfc742cebea50;hp=ddd926717bea0b44732b82efcaa3720010e46a5a;hpb=ed49bfa5610baea05919d6ab92eb84abd0c34785;p=inn-innduct.git diff --git a/backends/innduct.c b/backends/innduct.c index ddd9267..288c9dc 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -1268,7 +1268,7 @@ static void connect_start(void) { alarm(connection_setup_timeout); if (NNTPconnect((char*)remote_host, port, &cn_from, &cn_to, buf) < 0) { - if (buf[0]) fatal("connect: rejected: %s", sanitise(buf)); + if (buf[0]) fatal("connect: failed: %s", sanitise(buf)); else sysfatal("connect: connection attempt failed"); } if (NNTPsendpassword((char*)remote_host, cn_from, cn_to) < 0)