Changeset 445 in tmcsimulator for trunk/src/tmcsim/client/CADClient.java


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/client/CADClient.java

    r361 r445  
    513513                    theCoorInt.unregisterForCallback(client); 
    514514                } catch (RemoteException e) { 
    515                     e.printStackTrace(); 
     515                    cadClientLogger.logp(Level.WARNING, "CADClient.java", "Main", 
     516                    "Error unregistering in ensureProperShutdown()."); 
    516517                } 
    517518            } 
Note: See TracChangeset for help on using the changeset viewer.