small tweaks
This commit is contained in:
parent
1ea1c8c02f
commit
e1eb1a3be1
@ -56,8 +56,8 @@ ReturnValue_t CService201HealthCommanding::prepareCommand
|
||||
if (result != RETURN_OK) {
|
||||
return result;
|
||||
} else {
|
||||
HealthMessage::setHealthMessage(dynamic_cast<CommandMessage*>(message),
|
||||
HealthMessage::HEALTH_SET, healthCommand.getHealth());
|
||||
HealthMessage::setHealthMessage(message, HealthMessage::HEALTH_SET,
|
||||
healthCommand.getHealth());
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user