Skip to content

Commit 32da16e

Browse files
Update rosbag2_cpp/src/rosbag2_cpp/writers/sequential_writer.cpp
Co-authored-by: Tomoya Fujita <[email protected]> Signed-off-by: Davide Faconti <[email protected]>
1 parent c18724d commit 32da16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rosbag2_cpp/src/rosbag2_cpp/writers/sequential_writer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ void SequentialWriter::switch_to_next_storage()
344344
base_folder_,
345345
metadata_.relative_file_paths.size());
346346

347-
// when the storage_ is closed, rename the file to remove ".inactive" suffix
347+
// when the storage_ is closed, rename the file to remove ".active" suffix
348348
std::string active_path = storage_->get_relative_file_path();
349349
std::string final_path = remove_active_from_filename(active_path);
350350

0 commit comments

Comments
 (0)