Changeset 13734


Ignore:
Timestamp:
05/15/12 09:18:01 (12 years ago)
Author:
tbretz
Message:
Some updates to the messages sent with the STATE service.
File:
1 edited

Legend:

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

    r13733 r13734  
    190190
    191191            ostringstream msg;
    192             msg << Readline::GetScript() << " [label=" << fLabel << "]";
     192            msg << Readline::GetScript() << " [" << fLabel << "]";
    193193            return fSrvState.Update(msg.str());
    194194        }
     
    229229            DimServer::start("DIM_CONTROL");
    230230            sleep(1);
     231            fSrvState.setQuality(-3);
     232            fSrvState.Update("[boot]");
    231233        }
    232234
Note: See TracChangeset for help on using the changeset viewer.