Archived
1
0

fix error message

This commit is contained in:
Jeff Becker 2018-05-06 11:20:43 -04:00
parent d58ab2f034
commit 7a7432f2b5
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -144,7 +144,7 @@ int main(int argc, char *argv[], char * argenv[])
}
else
{
std::cerr << "nntpd for " << nntp->InstanceName() << "failed to bind to " << a << ": "<< strerror(errno) << std::endl;
std::cerr << "nntpd for " << nntp->InstanceName() << " failed to bind to " << a << ": "<< strerror(errno) << std::endl;
return 1;
}
} catch (std::exception &ex)