]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/config.c
Fix bad eos in dead code.
[openldap] / servers / slapd / config.c
index 57bd4efd816623be0e84b876fae35fc6ffe57ef2..cf25999f9a74f9d5041849be30717cb86cfb450f 100644 (file)
@@ -1809,12 +1809,12 @@ read_config( const char *fname, int depth )
                        }
                        if ( strcasecmp( cargv[1], "off" ) == 0 ) {
 #ifdef NEW_LOGGING
-                               LDAP_LOG( CONFIG, CRIT, 
-                                       "%s: line %d: schema checking cannot be disabled, option ignored!
-                                       "vary!\n", fname, lineno , 0 );
+                               LDAP_LOG( CONFIG, CRIT, "%s: line %d: "
+                                       "schema checking cannot be disabled, option ignored!\n",
+                                       fname, lineno , 0 );
 #else
-                               Debug( LDAP_DEBUG_ANY,
-                                       "%s: line %d: schema checking cannot be diabled, option ignored!\n",
+                               Debug( LDAP_DEBUG_ANY, "%s: line %d: "
+                                       "schema checking cannot be diabled, option ignored!\n",
                                    fname, lineno, 0 );
 #endif
                        } else {