Skip to content

Commit

Permalink
Merge branch 'gz-transport13' into 13_main_20240809
Browse files Browse the repository at this point in the history
  • Loading branch information
caguero committed Aug 9, 2024
2 parents 7845c09 + 9dd739f commit 9189a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/gz/transport/Discovery.hh
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ namespace gz

// If the IP address that we're selecting as the main IP address of
// the host is invalid, we change it to 127.0.0.1 .
// This is probably because IGN_IP is set to a wrong value.
// This is probably because GZ_IP is set to a wrong value.
if (netIface == this->hostAddr && !succeed)
{
this->RegisterNetIface("127.0.0.1");
std::cerr << "Did you set the environment variable IGN_IP with a "
std::cerr << "Did you set the environment variable GZ_IP with a "
<< "correct IP address? " << std::endl
<< " [" << netIface << "] seems an invalid local IP "
<< "address." << std::endl
Expand Down

0 comments on commit 9189a67

Please sign in to comment.