mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
remove unnecessary logs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38223 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1192760742
commit
ad7cf880ac
1 changed files with 0 additions and 5 deletions
|
@ -329,11 +329,6 @@ myHostName()
|
|||
{
|
||||
if ([name isEqualToString: myHostName()] == YES)
|
||||
{
|
||||
NSLog(@"No network address appears to be available "
|
||||
@"for this machine (%@) - using loopback address "
|
||||
@"(127.0.0.1)", name);
|
||||
NSLog(@"You probably need a line like '"
|
||||
@"127.0.0.1 %@ localhost' in your /etc/hosts file", name);
|
||||
host = [self hostWithAddress: @"127.0.0.1"];
|
||||
[host _addName: name];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue