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


Ignore:
Timestamp:
04/11/2019 08:24:22 AM (7 years ago)
Author:
jdalbey
Message:

modify CADClient AssignedIncidents?.java to fix defect #142. Also fix minor typos in full_script_2016.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/client/CADClient.java

    r310 r361  
    260260        // Create the CAD Client thread to run the CADClientModel Object. 
    261261        Thread clientThread = new Thread(theClientScreenModel); 
     262         
     263        // Log that everything started okay 
    262264        clientThread.start(); 
     265            cadClientLogger.logp(Level.INFO, "CAD Client", 
     266                    "Constructor", 
     267                    "Initialization complete."); 
    263268 
    264269        ensureProperShutdown(); 
     270         
     271         
    265272    } 
    266273 
Note: See TracChangeset for help on using the changeset viewer.