Skip to content

Commit

Permalink
Fixex log error
Browse files Browse the repository at this point in the history
  • Loading branch information
Geeoon committed Dec 1, 2023
1 parent df5ba22 commit a1dfec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/MissionControlProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void MissionControlProtocol::handleRequestArmIKEnabled(const json& j) {
std::thread(&MissionControlProtocol::updateArmIKRepeatTask, this);
} else {
// unable to enable IK
log(LOG_WARN, "Unable to enable IK");
LOG_F(WARNING, "Unable to enable IK");
}
}
} else {
Expand Down

0 comments on commit a1dfec7

Please sign in to comment.