Minor, drop debug log message for normal case
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
67723e53b9
commit
64c6866667
@ -449,7 +449,6 @@ int main(int argc, char *argv[])
|
||||
if (nfds < 0) {
|
||||
if (errno != EINTR)
|
||||
logerror("select");
|
||||
logit("Select interrupted.\n");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user