Skip to content

Commit

Permalink
Remove extra \n in ROS_DEBUG.
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynekwinkler committed Apr 3, 2020
1 parent fad5134 commit c5d556c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/roscpp/src/libros/transport_subscriber_link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ void TransportSubscriberLink::enqueueMessage(const SerializedMessage& m, bool se
if (!queue_full_)
{
ROS_DEBUG("Outgoing queue full for topic [%s]. "
"Discarding oldest message\n",
"Discarding oldest message",
topic_.c_str());
}

Expand Down

0 comments on commit c5d556c

Please sign in to comment.