Revision: 7134
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7134&view=rev
Author:   hofman
Date:     2011-03-02 11:10:26 +0000 (Wed, 02 Mar 2011)

Log Message:
-----------
log failures of pdf tex sync

Modified Paths:
--------------
    trunk/SKPDFSynchronizerServer.m

Modified: trunk/SKPDFSynchronizerServer.m
===================================================================
--- trunk/SKPDFSynchronizerServer.m     2011-03-01 13:12:56 UTC (rev 7133)
+++ trunk/SKPDFSynchronizerServer.m     2011-03-02 11:10:26 UTC (rev 7134)
@@ -399,7 +399,7 @@
                 [pages 
makeObjectsPerformSelector:@selector(sortUsingDescriptors:)
                                        withObject:[NSArray 
arrayWithObjects:ySortDescriptor, xSortDescriptor, nil]];
                 
-                 rv = [self shouldKeepRunning];
+                rv = [self shouldKeepRunning];
             }
         }
         
@@ -468,6 +468,8 @@
             rv = YES;
         }
     }
+    if (rv == NO)
+        NSLog(@"PDFSync was unable to find file and line.");
     return rv;
 }
 
@@ -517,6 +519,8 @@
             rv = YES;
         }
     }
+    if (rv == NO)
+        NSLog(@"PDFSync was unable to find location and page.");
     return rv;
 }
 
@@ -562,6 +566,8 @@
             }
         }
     }
+    if (rv == NO)
+        NSLog(@"SyncTeX was unable to find file and line.");
     return rv;
 }
 
@@ -577,6 +583,8 @@
             rv = YES;
         }
     }
+    if (rv == NO)
+        NSLog(@"SyncTeX was unable to find location and page.");
     return rv;
 }
 
@@ -608,6 +616,8 @@
             }
         }
     }
+    if (rv == NO)
+        NSLog(@"Unable to find or load synctex or pdfsync file.");
     return rv;
 }
 


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

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to