Skip to content

Commit

Permalink
update log error message
Browse files Browse the repository at this point in the history
  • Loading branch information
AviaAv committed Dec 26, 2024
1 parent 83a7d6e commit ec36486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/realdds/src/dds-network-adapter-watcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class network_adapter_watcher_singleton
}
catch (std::system_error& e)
{
LOG_ERROR("join failed, thread might no longer be joinable, Error:" << e.what());
LOG_ERROR("Network adapter watcher termination failed: " << e.what());
}
}

Expand Down

0 comments on commit ec36486

Please sign in to comment.