Index: trunk/pswarp/src/pswarpParseCamera.c
===================================================================
--- trunk/pswarp/src/pswarpParseCamera.c	(revision 12505)
+++ trunk/pswarp/src/pswarpParseCamera.c	(revision 12526)
@@ -19,16 +19,16 @@
     pmFPAfileDefineFromArgs (&status, config, "PSWARP.ASTROM", "ASTROM");
     if (status) {
-	fprintf (stderr, "using supplied astrometry\n");
+	psLogMsg ("pswarp", 3, "using supplied astrometry\n");
     } else {
-	fprintf (stderr, "using header astrometry\n");
+	psLogMsg ("pswarp", 3, "using header astrometry\n");
     }
 
     // the mask is not required - but must conform to input camera
     if (!pmFPAfileBindFromArgs (NULL, input, config, "PSWARP.MASK", "MASK")) {
-	fprintf (stderr, "no mask supplied\n");
+	psLogMsg ("pswarp", 3, "no mask supplied\n");
     } 
 
     if (!pmFPAfileBindFromArgs (NULL, input, config, "PSWARP.WEIGHT", "WEIGHT")) {
-	fprintf (stderr, "no weight supplied\n");
+	psLogMsg ("pswarp", 3, "no weight supplied\n");
     } 
 
@@ -42,4 +42,6 @@
 
     // these calls bind the I/O handle to the specified fpa
+    // NOTE: output file could be binned relative to sky cell...
+    // if (!pmFPAfileDefineFromFPA (skyConfig, skycell->fpa, 1, 1, "PSWARP.OUTPUT")) {
     if (!pmFPAfileDefineOutput (skyConfig, skycell->fpa, "PSWARP.OUTPUT")) {
 	psError(PSWARP_ERR_CONFIG, false, "Failed to build FPA from PSWARP.OUTPUT");
