1
0
Fork 0
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:
Mitchell Livingston 2012-09-09 05:23:04 +00:00
parent dd1a937ce2
commit 610a8ee0fb

View file

@ -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];