Index: trunk/psModules/src/camera/pmFPAMosaic.c
===================================================================
--- trunk/psModules/src/camera/pmFPAMosaic.c	(revision 19061)
+++ trunk/psModules/src/camera/pmFPAMosaic.c	(revision 19073)
@@ -581,6 +581,6 @@
 
     if (cell->readouts->n > 1) {
-        psWarning("Cell contains more than one readout (%ld) --- skipping.\n", cell->readouts->n);
-	return true;
+        psWarning("Cell contains more than one readout (%ld) --- mosaicking only the first.\n",
+                  cell->readouts->n);
     }
 
