Index: /trunk/psphot/src/psphotStackMatchPSFsNext.c
===================================================================
--- /trunk/psphot/src/psphotStackMatchPSFsNext.c	(revision 36117)
+++ /trunk/psphot/src/psphotStackMatchPSFsNext.c	(revision 36118)
@@ -102,5 +102,6 @@
 
     if (targetFWHM <= currentFWHM) {
-	psError (PSPHOT_ERR_CONFIG, true, "target FWHM cannot be smaller than current FWHM");
+	// psError (PSPHOT_ERR_CONFIG, true, "target FWHM cannot be smaller than current FWHM");
+	psLogMsg ("psphot", PS_LOG_INFO, "target FWHM (%f) is smaller than current FWHM (%f), not smoothing\n", targetFWHM, currentFWHM);
 	return false;
     }
