Log select() failure at DEBUG_ANY, since it triggers a shutdown.

This commit is contained in:
Howard Chu 2006-01-13 20:28:31 +00:00
parent a39d48d045
commit f16d101033

View File

@ -1843,7 +1843,7 @@ slapd_daemon_task(
}
if( err != EINTR ) {
Debug( LDAP_DEBUG_CONNS,
Debug( LDAP_DEBUG_ANY,
"daemon: select failed (%d): %s\n",
err, sock_errstr(err), 0 );
slapd_shutdown = 2;