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/RmiConnector.java | 2 +-
opends/src/server/org/opends/server/protocols/jmx/RmiAuthenticator.java | 6 +++---
2 files changed, 4 insertions(+), 4 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);
diff --git a/opends/src/server/org/opends/server/protocols/jmx/RmiConnector.java b/opends/src/server/org/opends/server/protocols/jmx/RmiConnector.java
index 9d359e4..c559a69 100644
--- a/opends/src/server/org/opends/server/protocols/jmx/RmiConnector.java
+++ b/opends/src/server/org/opends/server/protocols/jmx/RmiConnector.java
@@ -347,7 +347,7 @@
{
assert debugMessage(
DebugLogCategory.CONNECTION_HANDLING,
- DebugLogSeverity.WARNING,
+ DebugLogSeverity.VERBOSE,
CLASS_NAME,
"startConnectorNoClientCertificate",
"UNSECURE CONNECTION");
--
Gitblit v1.10.0