Index: trunk/psModules/src/camera/pmFPARead.c
===================================================================
--- trunk/psModules/src/camera/pmFPARead.c	(revision 7406)
+++ trunk/psModules/src/camera/pmFPARead.c	(revision 7407)
@@ -345,5 +345,6 @@
         pmReadout *readout = pmReadoutAlloc(cell);
         if (!readoutCarve(readout, image, trimsec, biassecs)) {
-            psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to carve readout into image and bias sections.\n");
+            psError(PS_ERR_UNEXPECTED_NULL, false,
+                    "Unable to carve readout into image and bias sections for %d the plane.", i);
             return NULL;
         }
