Changeset 445 in tmcsimulator for trunk/src/tmcsim/simulationmanager
- Timestamp:
- 07/14/2019 03:37:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/simulationmanager/SimulationManagerModel.java
r6 r445 119 119 theCoorInt.unregisterForCallback(this); 120 120 theCoorInt = null; 121 } catch (Exception e )121 } catch (Exception ex) 122 122 { 123 123 simManagerLogger.logp(Level.SEVERE, "SimulationManagerModel", 124 124 "closeSimManager", "Exception in unregistering Simulation" 125 + "Manager from the CAD Simulator.", e );125 + "Manager from the CAD Simulator.", ex.getMessage()); 126 126 } 127 127 }
Note: See TracChangeset
for help on using the changeset viewer.
