Index: /trunk/pswarp/src/pswarpParseCamera.c
===================================================================
--- /trunk/pswarp/src/pswarpParseCamera.c	(revision 23296)
+++ /trunk/pswarp/src/pswarpParseCamera.c	(revision 23297)
@@ -26,5 +26,5 @@
     pmFPAfile *file = pmFPAfileDefineFromRun(&status, config, filerule); // File to return
     if (!status) {
-        psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition");
+        psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition for %s", filerule);
         return NULL;
     }
@@ -37,5 +37,5 @@
         }
         if (!status) {
-            psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition");
+            psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition for %s", filerule);
             return false;
         }
