Changeset 445 in tmcsimulator for trunk/src/tmcsim/simulationmanager


Ignore:
Timestamp:
07/14/2019 03:37:52 PM (7 years ago)
Author:
jdalbey
Message:

Changed restart dialog in CADClientView to a non-modal one to fix #159. Shortened exception log messages in other client modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/simulationmanager/SimulationManagerModel.java

    r6 r445  
    119119            theCoorInt.unregisterForCallback(this); 
    120120            theCoorInt = null; 
    121         } catch (Exception e) 
     121        } catch (Exception ex) 
    122122        { 
    123123            simManagerLogger.logp(Level.SEVERE, "SimulationManagerModel", 
    124124                    "closeSimManager", "Exception in unregistering Simulation" 
    125                     + "Manager from the CAD Simulator.", e); 
     125                    + "Manager from the CAD Simulator.", ex.getMessage()); 
    126126        } 
    127127    } 
Note: See TracChangeset for help on using the changeset viewer.