mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
Change log level for unsolicited response
This commit is contained in:
parent
edfb3d73d6
commit
d954216f93
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ handle_unsolicited( LloadConnection *c, BerElement *ber )
|
|||
c->c_state = LLOAD_C_CLOSING;
|
||||
}
|
||||
|
||||
Debug( LDAP_DEBUG_CONNS, "handle_unsolicited: "
|
||||
Debug( LDAP_DEBUG_STATS, "handle_unsolicited: "
|
||||
"teardown for upstream connection connid=%lu\n",
|
||||
c->c_connid );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue