One-character fix for typo
authoraland <aland>
Tue, 19 Apr 2005 20:25:55 +0000 (20:25 +0000)
committeraland <aland>
Tue, 19 Apr 2005 20:25:55 +0000 (20:25 +0000)
src/modules/rlm_ldap/rlm_ldap.c

index ee094f2..b90fadd 100644 (file)
@@ -1455,7 +1455,7 @@ static int ldap_authorize(void *instance, REQUEST * request)
                                        sizeof(passwd_item->strvalue));
                                passwd_item->length = strlen(passwd_item->strvalue);
                                pairadd(&request->config_items,passwd_item);
-                               DEBUG("rlm_ldap: Added % = %s in check items",
+                               DEBUG("rlm_ldap: Added %s = %s in check items",
                                      passwd_item->name,
                                      passwd_item->strvalue);
                        }