Revision: 24009
          http://sourceforge.net/p/bibdesk/svn/24009
Author:   hofman
Date:     2019-07-12 21:51:19 +0000 (Fri, 12 Jul 2019)
Log Message:
-----------
log error message when item download fails

Modified Paths:
--------------
    trunk/bibdesk/BDSKItemDownload.m

Modified: trunk/bibdesk/BDSKItemDownload.m
===================================================================
--- trunk/bibdesk/BDSKItemDownload.m    2019-07-12 15:50:57 UTC (rev 24008)
+++ trunk/bibdesk/BDSKItemDownload.m    2019-07-12 21:51:19 UTC (rev 24009)
@@ -147,6 +147,8 @@
 }
 
 - (void)downloader:(BDSKDownloader *)downloader download:(BDSKDownload 
*)aDownload didFailWithError:(NSError *)error {
+    if (error)
+        NSLog(@"Linked file download failed: %@", error);
     BDSKDESTROY(download);
     [[self delegate] itemDownloadDidFinish:self];
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to