Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
delihus committed Jul 4, 2023
1 parent 35840b9 commit 82c2782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cpp/middleware/fastdds/FastDDSMiddleware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ bool FastDDSMiddleware::create_participant_by_bin(
participant_domain_id = agent_domain_id_;
UXR_AGENT_LOG_WARN(
UXR_DECORATE_YELLOW("Overriding Micro XRCE-DDS Client DOMAIN_ID"),
"domain_id: {}", participant_domain_id);
"domain_id: {}", participant_domain_id
);
}

bool rv = false;
Expand Down

0 comments on commit 82c2782

Please sign in to comment.