Skip to content

Commit

Permalink
fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SamerKhshiboun committed Jan 18, 2023
1 parent 8b5d6bd commit f000930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realsense2_camera/src/profile_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ rs2::stream_profile ProfilesManager::getDefaultProfile()
}
if (!(default_profile.get()))
{
ROS_INFO_STREAM("No default profile found. Setting the first available profile as the default one.")
ROS_INFO_STREAM("No default profile found. Setting the first available profile as the default one.");
default_profile = _all_profiles.front();
}

Expand Down

0 comments on commit f000930

Please sign in to comment.