mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
Fix ldif-wrap errmsg typo
This commit is contained in:
parent
9069cbe543
commit
5292fb3a3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue