Project

General

Profile

« Previous | Next » 

Revision 2589

Added by sgarg over 18 years ago

Replacing debugMessage in metacat code with log4j methods for logging

View differences:

AccessSection.java
148 148
    {
149 149

  
150 150
      // set parameters
151
      MetaCatUtil.debugMessage("Copy permission order: " +
152
                                this.getPermissionOrder(), 35);
151
      MetaCatUtil.logMetacat.info("Copy permission order: " +
152
                                this.getPermissionOrder());
153 153
      newAccessSection.setPermissionOrder(this.getPermissionOrder());
154 154
      Vector accessRuleVector = this.getAccessRules();
155 155
      // go through access rule vector

Also available in: Unified diff