mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Log select() failure at DEBUG_ANY, since it triggers a shutdown.
This commit is contained in:
parent
a39d48d045
commit
f16d101033
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user