Revision: 4067
          http://skim-app.svn.sourceforge.net/skim-app/?rev=4067&view=rev
Author:   amaxwell
Date:     2008-06-23 11:02:51 -0700 (Mon, 23 Jun 2008)

Log Message:
-----------
Log message was out of context and missing a format specifier.

Modified Paths:
--------------
    trunk/SkimImporter/GetMetadataForFile.m

Modified: trunk/SkimImporter/GetMetadataForFile.m
===================================================================
--- trunk/SkimImporter/GetMetadataForFile.m     2008-06-23 14:52:46 UTC (rev 
4066)
+++ trunk/SkimImporter/GetMetadataForFile.m     2008-06-23 18:02:51 UTC (rev 
4067)
@@ -157,7 +157,7 @@
         
         success = TRUE;
     } else {
-        NSLog(@"Importer asked to handle unknown UTI %@ at path", 
contentTypeUTI, pathToFile);
+        NSLog(@"Unable to read note path %@ when importing file %@", notePath, 
pathToFile);
     }
     
     [pool release];


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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to