Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old IGN reference #519

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading