mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix log
This commit is contained in:
parent
0e1f737774
commit
e108ff00b9
@ -84,7 +84,7 @@ int passwd_extop(
|
||||
qpw->rs_old.bv_val ? " old" : "",
|
||||
qpw->rs_new.bv_val ? " new" : "", 0 );
|
||||
} else {
|
||||
Statslog( LDAP_DEBUG_STATS, "%s PASSMOD %s%s\n",
|
||||
Statslog( LDAP_DEBUG_STATS, "%s PASSMOD%s%s\n",
|
||||
op->o_log_prefix,
|
||||
qpw->rs_old.bv_val ? " old" : "",
|
||||
qpw->rs_new.bv_val ? " new" : "", 0, 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user