Minor, drop debug log message for normal case

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-07 18:57:33 +01:00
parent 67723e53b9
commit 64c6866667

View File

@ -449,7 +449,6 @@ int main(int argc, char *argv[])
if (nfds < 0) { if (nfds < 0) {
if (errno != EINTR) if (errno != EINTR)
logerror("select"); logerror("select");
logit("Select interrupted.\n");
continue; continue;
} }