mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Changed the outFatal to an outError for consistancy with the other error messages
This commit is contained in:
parent
b940d201d4
commit
5a98556318
1 changed files with 1 additions and 1 deletions
|
|
@ -1494,7 +1494,7 @@ int EchoServer::start() {
|
|||
loopret=nsock_loop(nsp, 1000);
|
||||
//If something went wrong in nsock_loop, let's just bail out.
|
||||
if (loopret == NSOCK_LOOP_ERROR) {
|
||||
outFatal(QT_3, "Unexpected nsock_loop error.\n");
|
||||
outError(QT_3, "Unexpected nsock_loop error.\n");
|
||||
return OP_FAILURE;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue