Skip to content

Commit

Permalink
fix cosmetic in message (#207)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas authored Jul 31, 2019
1 parent 9552ece commit ba41e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameter_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ int main(int argc, char * argv[])
queue_size = 100;
}
printf(
"Trying to create bidirectional bridge for topic ''%s' "
"Trying to create bidirectional bridge for topic '%s' "
"with ROS 2 type '%s'\n",
topic_name.c_str(), type_name.c_str());

Expand Down

0 comments on commit ba41e1e

Please sign in to comment.