mirror of
https://github.com/transmission/transmission
synced 2024-12-28 10:38:45 +00:00
Log attempts to open non-URL strings
This commit is contained in:
parent
4331d9f0c7
commit
4d071deead
1 changed files with 1 additions and 0 deletions
|
@ -1273,6 +1273,7 @@ static void removeKeRangerRansomware()
|
|||
NSURL * url = [NSURL URLWithString: urlString];
|
||||
if (url == nil)
|
||||
{
|
||||
NSLog(@"Detected non-URL string \"%@\". Ignoring.", urlString);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue