Ignore:
Timestamp:
04/21/11 21:45:37 (14 years ago)
Author:
tbretz
Message:
Fixed a wrong info in a SetCurrentState call.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/StateMachineImp.cc

    r10429 r10450  
    10121012    fExitRequested = 0;
    10131013
    1014     SetCurrentState(kSM_Ready, "by constructor");
     1014    SetCurrentState(kSM_Ready, "by Run()");
    10151015
    10161016    while (!fExitRequested)
Note: See TracChangeset for help on using the changeset viewer.