Skip to content

Commit

Permalink
Add subscriber to connection log messages. (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
deng02 authored and mikepurvis committed Mar 28, 2017
1 parent af577c0 commit b4b1175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/roscpp/src/libros/connection_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ bool ConnectionManager::onConnectionHeaderReceived(const ConnectionPtr& conn, co
std::string val;
if (header.getValue("topic", val))
{
ROSCPP_LOG_DEBUG("Connection: Creating TransportSubscriberLink for topic [%s] connected to [%s]",
ROSCPP_CONN_LOG_DEBUG("Connection: Creating TransportSubscriberLink for topic [%s] connected to [%s]",
val.c_str(), conn->getRemoteString().c_str());

TransportSubscriberLinkPtr sub_link(boost::make_shared<TransportSubscriberLink>());
Expand Down

0 comments on commit b4b1175

Please sign in to comment.