You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/10/26 19:03:58 UTC

svn commit: r328679 - /directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/ModifyRequest.java

Author: elecharny
Date: Wed Oct 26 10:03:48 2005
New Revision: 328679

URL: http://svn.apache.org/viewcvs?rev=328679&view=rev
Log:
fixed a typo in a log

Modified:
    directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/ModifyRequest.java

Modified: directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/ModifyRequest.java
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/ModifyRequest.java?rev=328679&r1=328678&r2=328679&view=diff
==============================================================================
--- directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/ModifyRequest.java (original)
+++ directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/ModifyRequest.java Wed Oct 26 10:03:48 2005
@@ -539,7 +539,7 @@
                 }
                 catch ( NamingException ne )
                 {
-                    log.error( "Naming exception will printing the '" + attribute.getID() +
+                    log.error( "Naming exception while printing the '" + attribute.getID() +
                         "'" );
                 }
             }