Project

General

Profile

« Previous | Next » 

Revision 1474

Added by Jing Tao about 21 years ago

Change the debug level.

View differences:

PermissionController.java
83 83
      while (rs.next()) //
84 84
      {
85 85
        String subTreeId = rs.getString(1);
86
        MetaCatUtil.debugMessage("subtreeid: "+subTreeId, 25);
86
        MetaCatUtil.debugMessage("subtreeid: "+subTreeId, 35);
87 87
        long startNodeId = rs.getLong(2);
88
        MetaCatUtil.debugMessage("subtree startNodeId: "+startNodeId, 25);
88
        MetaCatUtil.debugMessage("subtree startNodeId: "+startNodeId, 35);
89 89
        long endNodeId = rs.getLong(3);
90
        MetaCatUtil.debugMessage("subtree endNodeId: "+endNodeId, 25);
90
        MetaCatUtil.debugMessage("subtree endNodeId: "+endNodeId, 35);
91 91
        // if startnodeid field in table is empty,startNodeId will be 0
92 92
        if (subTreeId != null && startNodeId != 0 && startNodeId != 0)
93 93
        {

Also available in: Unified diff