mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
debug message snuck in r13483
This commit is contained in:
parent
dd1a937ce2
commit
610a8ee0fb
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ BonjourController * fDefaultController = nil;
|
|||
//Last resort is to truncate the user name and computer name
|
||||
serviceName = [serviceName substringToIndex: BONJOUR_SERVICE_NAME_MAX_LENGTH];
|
||||
}
|
||||
}NSLog(@"%@", serviceName);
|
||||
}
|
||||
|
||||
fService = [[NSNetService alloc] initWithDomain: @"" type: @"_http._tcp." name: serviceName port: port];
|
||||
[fService setDelegate: self];
|
||||
|
|
Loading…
Reference in a new issue