We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18724d commit 32da16eCopy full SHA for 32da16e
rosbag2_cpp/src/rosbag2_cpp/writers/sequential_writer.cpp
@@ -344,7 +344,7 @@ void SequentialWriter::switch_to_next_storage()
344
base_folder_,
345
metadata_.relative_file_paths.size());
346
347
- // when the storage_ is closed, rename the file to remove ".inactive" suffix
+ // when the storage_ is closed, rename the file to remove ".active" suffix
348
std::string active_path = storage_->get_relative_file_path();
349
std::string final_path = remove_active_from_filename(active_path);
350
0 commit comments