Skip to content

Commit

Permalink
Lower debug level of some messages in rmf_websocket (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <arjoc@google.com>
  • Loading branch information
arjo129 committed Apr 9, 2024
1 parent b3e4cc1 commit b3113fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmf_websocket/src/rmf_websocket/BroadcastClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ class BroadcastClient::Implementation
}
else
{
RCLCPP_INFO(
RCLCPP_DEBUG(
this->_node->get_logger(), "Sent successfully");
}
_queue.pop_item();
}
RCLCPP_INFO(
RCLCPP_DEBUG(
this->_node->get_logger(), "Emptied queue");
}
// create pimpl
Expand Down

0 comments on commit b3113fd

Please sign in to comment.