Index: trunk/psModules/src/camera/pmFPAMosaic.c
===================================================================
--- trunk/psModules/src/camera/pmFPAMosaic.c	(revision 11754)
+++ trunk/psModules/src/camera/pmFPAMosaic.c	(revision 11786)
@@ -784,5 +784,5 @@
     int xBinTarget = psMetadataLookupS32(&mdok, targetCell->concepts, "CELL.XBIN");
     if (!mdok || xBinTarget == 0) {
-        psLogMsg(__func__, PS_LOG_WARN, "CELL.XBIN is not set for the target cell; assuming %d.\n",*xBinChip);
+        // CELL.XBIN is not set for the target cell --- assume it's the same as the source
         FIX_CONCEPT(targetCell->concepts, "CELL.XBIN", S32, *xBinChip);
     } else {
@@ -791,5 +791,5 @@
     int yBinTarget = psMetadataLookupS32(&mdok, targetCell->concepts, "CELL.YBIN");
     if (!mdok || yBinTarget == 0) {
-        psLogMsg(__func__, PS_LOG_WARN, "CELL.YBIN is not set for the target cell; assuming %d.\n",*yBinChip);
+        // CELL.YBIN is not set for the target cell --- assume it's the same as the source
         FIX_CONCEPT(targetCell->concepts, "CELL.YBIN", S32, *yBinChip);
     } else {
