From 63273f21b57d1cef3f955b0b9010d51380be341a Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Sat, 28 Mar 2009 11:09:16 +0000
Subject: [PATCH] Fix for issue 2758 (incorrect messages in debug file)

---
 opends/src/server/org/opends/server/protocols/LDIFConnectionHandler.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/protocols/LDIFConnectionHandler.java b/opends/src/server/org/opends/server/protocols/LDIFConnectionHandler.java
index 8af3200..aaa9777 100644
--- a/opends/src/server/org/opends/server/protocols/LDIFConnectionHandler.java
+++ b/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;
             }
           }

--
Gitblit v1.10.0