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

abobrov
10.09.2009 78e38cbaa324a4a810e825bc0572fb851261454c
opends/src/server/org/opends/server/backends/MonitorBackend.java
@@ -884,6 +884,9 @@
                  entryMap.put(providerdn, entry);
              }
            } catch (Exception ex) {
              if (debugEnabled()) {
                TRACER.debugCaught(DebugLogLevel.ERROR, ex);
              }
            }
      }
  }
@@ -916,8 +919,11 @@
        children.add(child);
        childDNs.put(parentdn, children);
      }
    } catch (Exception e)
    {}
    } catch (Exception e) {
      if (debugEnabled()) {
        TRACER.debugCaught(DebugLogLevel.ERROR, e);
      }
    }
  }
  /**