Skip to content

Commit

Permalink
Tweak style
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
  • Loading branch information
mxgrey committed Sep 23, 2024
1 parent 2afb548 commit 792977a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rmf_building_sim_gz_plugins/src/lift.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,8 @@ class LiftPlugin
cur_lift_cmd.request_type != msg->request_type ||
cur_lift_cmd.session_id != msg->session_id)
{
gzwarn << "Discarding request to go to [" << msg->destination_floor
gzwarn << "Discarding request to go to ["
<< msg->destination_floor
<< "] for [" << msg->session_id << "]. Lift ["
<< msg->lift_name << "] is busy going to ["
<< cur_lift_cmd.destination_floor << "] for ["
Expand Down

0 comments on commit 792977a

Please sign in to comment.