Skip to content

Commit

Permalink
Update rmw_zenoh_cpp/src/zenohd/main.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Yadu <[email protected]>
  • Loading branch information
Yadunund authored Jun 6, 2024
1 parent b6a881c commit e78d3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/zenohd/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ int main(int argc, char ** argv)
return 1;
}
printf(
"router id: %s\n",
"Started Zenoh router with id: %s.\n",
rmw_zenoh_cpp::liveliness::zid_to_str(z_info_zid(z_session_loan(&s))).c_str());
#ifdef _WIN32
SetConsoleCtrlHandler(quit, TRUE);
Expand Down

0 comments on commit e78d3ee

Please sign in to comment.