Skip to content

Commit 7b221dc

Browse files
urfeexurmahp
andauthored
Apply suggestions from code review
Co-authored-by: Mads Holm Peters <[email protected]>
1 parent 99ce90b commit 7b221dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/example_robot_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ bool ExampleRobotWrapper::clearProtectiveStop()
123123
}
124124
catch (const TimeoutException&)
125125
{
126-
URCL_LOG_ERROR("Robot did not unlock the protective stop within the given timeout");
126+
URCL_LOG_ERROR("Robot could not unlock the protective stop");
127127
return false;
128128
}
129129
}

0 commit comments

Comments
 (0)