mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 06:43:09 -05:00
init_module() typo: Log() -> Log2()
This commit is contained in:
parent
d60b89c148
commit
7948cb0bfd
1 changed files with 1 additions and 1 deletions
|
|
@ -1954,7 +1954,7 @@ init_module( int argc, char *argv[] )
|
|||
do_not_load_schema = no;
|
||||
|
||||
} else {
|
||||
Log( LDAP_DEBUG_ANY, LDAP_LEVEL_ERR,
|
||||
Log2( LDAP_DEBUG_ANY, LDAP_LEVEL_ERR,
|
||||
"DDS unknown module arg[#%d]=\"%s\".\n",
|
||||
i, argv[ i ] );
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue