Project

General

Profile

« Previous | Next » 

Revision 675

Added by berkley over 23 years ago

added precise location information (class.method) to each catch statement so that errors are more easily traced.

View differences:

ForceReplicationHandler.java
127 127
    }
128 128
    catch(Exception e)
129 129
    {
130
      System.out.println("error in ForceReplicationHandler: " + e.getMessage());
130
      System.out.println("error in ForceReplicationHandler.run: " + 
131
                          e.getMessage());
131 132
      e.printStackTrace(System.out);
132 133
    }
133 134
    MetaCatUtil.debugMessage("exiting ForceReplicationHandler Thread");

Also available in: Unified diff