Skip to content

Commit

Permalink
improve the description of the errors in WalkingLoggerModule library
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Jun 12, 2019
1 parent 1c1889e commit d236430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/WalkingLogger_module/src/WalkingLoggerModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ bool WalkingLoggerModule::updateModule()

if(data->size() != m_numberOfValues)
{
yError() << "[updateModule] The size of the vector is different from "
<< m_numberOfValues;
yError() << "[updateModule] The size of the vector is not the one expected. Expected: "
<< m_numberOfValues << " received: " << data->size();
return false;
}

Expand Down

0 comments on commit d236430

Please sign in to comment.