init_module() typo: Log() -> Log2()

This commit is contained in:
Hallvard Furuseth 2006-04-13 22:24:23 +00:00
parent d60b89c148
commit 7948cb0bfd

View file

@ -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;