mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
die nslog!
This commit is contained in:
parent
6047380d7a
commit
49399c27f8
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
|||
}
|
||||
|
||||
- (void) download: (NSURLDownload *) download decideDestinationWithSuggestedFilename: (NSString *) suggestedName
|
||||
{NSLog(suggestedName);
|
||||
{
|
||||
if ([[suggestedName pathExtension] caseInsensitiveCompare: @"torrent"] != NSOrderedSame)
|
||||
{
|
||||
[download cancel];
|
||||
|
|
Loading…
Reference in a new issue