]> andersk Git - moira.git/commitdiff
Fix think-o in error message.
authorzacheiss <zacheiss>
Wed, 4 Mar 2009 15:47:15 +0000 (15:47 +0000)
committerzacheiss <zacheiss>
Wed, 4 Mar 2009 15:47:15 +0000 (15:47 +0000)
incremental/ldap/winad.c

index 296f840e9860be60dd569168dc88da415263a43d..780c74f1b25c23f78fed968443e3261fa4391abd 100755 (executable)
@@ -1263,7 +1263,7 @@ void do_member(LDAP *ldap_handle, char *dn_path, char *ldap_hostname,
       if (!atoi(before[LM_EXTRA_ACTIVE]))
         {
           com_err(whoami, 0, 
-                 "Unable to add %s to group %s : group not active", 
+                 "Unable to remove %s from group %s : group not active", 
                  before[2], before[0]);
           return;
         }
This page took 0.053417 seconds and 5 git commands to generate.