]> git.sur5r.net Git - openldap/commitdiff
fix logs
authorPierangelo Masarati <ando@openldap.org>
Sat, 5 Jan 2002 16:53:08 +0000 (16:53 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 5 Jan 2002 16:53:08 +0000 (16:53 +0000)
servers/slapd/config.c

index 65a7c3ee18755420e044a802c0bb74402f82f940..082a851b68c95fda8962dea649a059878f0dcf2b 100644 (file)
@@ -260,11 +260,11 @@ read_config( const char *fname )
                        if ( cargc < 2 ) {
 #ifdef NEW_LOGGING
                                LDAP_LOG(( "config", LDAP_LEVEL_CRIT,
-                                          "%s: line %d: missing max in \"sockbuf_max_incoming <bytes\" line\n",
+                                          "%s: line %d: missing max in \"sockbuf_max_incoming <bytes>\" line\n",
                                           fname, lineno ));
 #else
                                Debug( LDAP_DEBUG_ANY,
-                                          "%s: line %d: missing max in \"sockbuf_max_incoming <bytes\" line\n",
+                                          "%s: line %d: missing max in \"sockbuf_max_incoming <bytes>\" line\n",
                                    fname, lineno, 0 );
 #endif