Ignore:
Timestamp:
04/24/2016 03:41:35 PM (10 years ago)
Author:
jdalbey
Message:

build.xml: Fixed error in script: added needed libraries to ParamicsCommunicator?.jar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/cadsimulator/managers/ParamicsSimulationManager.java

    r2 r20  
    257257            paramLogger.logp(Level.WARNING, "Coordinator", "updateParamicsStatus",  
    258258                    "Connection to Paramics has been dropped."); 
     259        }else 
     260        { 
     261            paramLogger.logp(Level.INFO, "ParamicsSimulationManager", "updateParamicsStatus", 
     262                    "Received: " + newStatus); 
    259263        } 
    260264         
Note: See TracChangeset for help on using the changeset viewer.