]> git.sur5r.net Git - openldap/commitdiff
Fix ldif-wrap errmsg typo
authorHoward Chu <hyc@openldap.org>
Wed, 13 Jun 2018 15:19:04 +0000 (16:19 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 3 Jul 2018 23:37:20 +0000 (23:37 +0000)
servers/slapd/slapcommon.c

index 7143bfafb332f911b16c2b7d935d73b6736915a1..d2e2474aaa5dc5bdb11feecaa74abdf153ce1665 100644 (file)
@@ -245,7 +245,7 @@ parse_slapopt( int tool, int *mode )
                        break;
 
                default:
-                       Debug( LDAP_DEBUG_ANY, "value-check meaningless for tool.\n", 0, 0, 0 );
+                       Debug( LDAP_DEBUG_ANY, "ldif-wrap meaningless for tool.\n", 0, 0, 0 );
                        break;
                }