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

lutoff
05.54.2006 eb16be077f9259343a6e7d803645dcb5db590fc7
Update debug message level
2 files modified
8 ■■■■ changed files
opends/src/server/org/opends/server/protocols/jmx/RmiAuthenticator.java 6 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/protocols/jmx/RmiConnector.java 2 ●●● patch | view | raw | blame | history
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);
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");