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