Skip to content

Commit

Permalink
Remove no username error messages (gazebosim#286)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Graber-Tilton <[email protected]>
  • Loading branch information
AlexGraberTilton committed Feb 4, 2022
1 parent f771ab1 commit 3f645e8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/NetUtils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -401,14 +401,6 @@ inline namespace IGNITION_TRANSPORT_VERSION_NAMESPACE
result = pd.pw_name;
break;
}
else
{
std::cerr << "Error getting username: no matching password record.\n";
}
}
else
{
std::cerr << "Error getting username: " << strerror(errno) << std::endl;
}
}

Expand Down

0 comments on commit 3f645e8

Please sign in to comment.