Skip to content

Commit

Permalink
better msg
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Feb 10, 2021
1 parent ba08f99 commit c830f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/systems/thermal/ThermalSensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ void ThermalSensor::Configure(const Entity &_entity,
auto sensorComp = _ecm.Component<components::ThermalCamera>(_entity);
if (sensorComp == nullptr)
{
ignerr << "The thermal sensor system can only be attached to a "
<< "thermal sensor" << std::endl;
ignerr << "The thermal sensor system can only be used to configure "
<< "parameters of thermal camera sensor " << std::endl;
return;
}

Expand Down

0 comments on commit c830f45

Please sign in to comment.