diff --git a/tools/rosbag/src/rosbag/rosbag_main.py b/tools/rosbag/src/rosbag/rosbag_main.py index e5f3f31eb2..a9f36bc789 100644 --- a/tools/rosbag/src/rosbag/rosbag_main.py +++ b/tools/rosbag/src/rosbag/rosbag_main.py @@ -485,7 +485,7 @@ def check_cmd(argv): migrations = checkbag(mm, args[0]) if len(migrations) == 0: - print('Bag file is up to date.') + print('Bag file does not need any migrations.') exit(0) print('The following migrations need to occur:')