summaryrefslogtreecommitdiff
path: root/frontends/cocoa/DownloadWindowController.m
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/DownloadWindowController.m')
-rw-r--r--frontends/cocoa/DownloadWindowController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/cocoa/DownloadWindowController.m b/frontends/cocoa/DownloadWindowController.m
index 41373710c..8850327b9 100644
--- a/frontends/cocoa/DownloadWindowController.m
+++ b/frontends/cocoa/DownloadWindowController.m
@@ -106,7 +106,7 @@ static void cocoa_register_download(DownloadWindowController *download);
(NSString *)kLSQuarantineTypeWebDownload, (NSString *)kLSQuarantineTypeKey,
nil];
LSSetItemAttribute(&ref, kLSRolesAll, kLSItemQuarantineProperties, (__bridge CFDictionaryRef)attributes);
- LOG("Set quarantine attributes on file %s", [path UTF8String]);
+ NSLOG(netsurf, INFO, "Set quarantine attributes on file %s", [path UTF8String]);
}
[self setOutputFile:[NSFileHandle fileHandleForWritingAtPath:path]];