From eb16be077f9259343a6e7d803645dcb5db590fc7 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Thu, 05 Oct 2006 08:54:04 +0000
Subject: [PATCH] Update debug message level
---
opends/src/server/org/opends/server/protocols/jmx/RmiAuthenticator.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/protocols/jmx/RmiAuthenticator.java b/opends/src/server/org/opends/server/protocols/jmx/RmiAuthenticator.java
index fdcb8f5..7cfab8a 100644
--- a/opends/src/server/org/opends/server/protocols/jmx/RmiAuthenticator.java
+++ b/opends/src/server/org/opends/server/protocols/jmx/RmiAuthenticator.java
@@ -146,7 +146,7 @@
{
assert debugMessage(
DebugLogCategory.CONNECTION_HANDLING,
- DebugLogSeverity.WARNING,
+ DebugLogSeverity.VERBOSE,
CLASS_NAME,
"RmiAuthenticator",
"User name is Null ");
@@ -157,7 +157,7 @@
{
assert debugMessage(
DebugLogCategory.CONNECTION_HANDLING,
- DebugLogSeverity.WARNING,
+ DebugLogSeverity.VERBOSE,
CLASS_NAME,
"RmiAuthenticator",
"User password is Null ");
@@ -168,7 +168,7 @@
assert debugMessage(
DebugLogCategory.CONNECTION_HANDLING,
- DebugLogSeverity.WARNING,
+ DebugLogSeverity.VERBOSE,
CLASS_NAME,
"RmiAuthenticator",
"UserName =" + authcID);
--
Gitblit v1.10.0