mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Log attempts to open non-URL strings
This commit is contained in:
@@ -1273,6 +1273,7 @@ static void removeKeRangerRansomware()
|
||||
NSURL * url = [NSURL URLWithString: urlString];
|
||||
if (url == nil)
|
||||
{
|
||||
NSLog(@"Detected non-URL string \"%@\". Ignoring.", urlString);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user