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/cadsimulator/managers/TrafficModelManager.java

    r422 r445  
    422422                catch (FileNotFoundException ex) 
    423423                { 
    424                     Logger.getLogger(GoogleMapAnimator.class.getName()).log(Level.SEVERE, null, ex); 
     424                    Logger.getLogger(TrafficModelManager.class.getName()).log(Level.SEVERE, null, ex); 
    425425                } 
    426426                // Wait for Google Map to process the data we just sent 
Note: See TracChangeset for help on using the changeset viewer.