mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
28.09.2009 63273f21b57d1cef3f955b0b9010d51380be341a
Fix for issue 2758 (incorrect messages in debug file)
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/protocols/LDIFConnectionHandler.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/protocols/LDIFConnectionHandler.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 */
package org.opends.server.protocols;
@@ -296,7 +296,7 @@
            {
              TRACER.debugInfo("LDIF connection handler directory " +
                               dir.getAbsolutePath() +
                               "doesn't exist or isn't a file");
                               " doesn't exist or isn't a directory");
              alreadyWarn = true;
            }
          }