Skip to content

Commit

Permalink
Revert "test build with more debug output"
Browse files Browse the repository at this point in the history
This reverts commit 94367db.
  • Loading branch information
jschleicher committed Mar 6, 2020
1 parent a48f586 commit bd4a33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionlib/src/connection_monitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@


#define CONNECTION_DEBUG(fmt, ...) \
ROS_INFO_NAMED("ConnectionMonitor", fmt, ## __VA_ARGS__)
ROS_DEBUG_NAMED("ConnectionMonitor", fmt, ## __VA_ARGS__)

#define CONNECTION_WARN(fmt, ...) \
ROS_WARN_NAMED("ConnectionMonitor", fmt, ## __VA_ARGS__)
Expand Down

0 comments on commit bd4a33f

Please sign in to comment.