Skip to content

Commit

Permalink
Updated deprecated API (#117)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Jul 22, 2024
1 parent ecb3ab6 commit c40bd45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rcl_logging_spdlog/test/test_logging_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ class LoggingTest : public ::testing::Test
{
allocator = rcutils_get_default_allocator();
orig_ros_log_dir_value_ = rcpputils::get_env_var("ROS_LOG_DIR");
rcpputils::fs::path log_dir = rcpputils::fs::create_temp_directory("rcl_logging_spdlog");
std::filesystem::path log_dir = rcpputils::fs::create_temporary_directory(
"rcl_logging_spdlog");

local_log_dir_ = log_dir.string();

Expand Down

0 comments on commit c40bd45

Please sign in to comment.