]> git.sur5r.net Git - openldap/commitdiff
enable new logging functions (behind NEW_LOGGING)
authorGary Williams <gwilliams@openldap.org>
Wed, 25 Oct 2000 15:03:22 +0000 (15:03 +0000)
committerGary Williams <gwilliams@openldap.org>
Wed, 25 Oct 2000 15:03:22 +0000 (15:03 +0000)
clients/tools/ldapmodify.c

index 50c05c4d01fcecb5f7dcb6439e292e50e976bde7..3eb7d1f597743a412703e6ec270827696dafe8e8 100644 (file)
@@ -561,6 +561,10 @@ main( int argc, char **argv )
        (void) SIGNAL( SIGPIPE, SIG_IGN );
 #endif
 
+#ifdef NEW_LOGGING
+    lutil_log_initialize( argc, argv );
+#endif
+
     if ( !not ) {
        if( ( ldaphost != NULL || ldapport ) && ( ldapuri == NULL ) ) {
                if ( verbose ) {