Index: /trunk/psphot/src/psphotChoosePSF.c
===================================================================
--- /trunk/psphot/src/psphotChoosePSF.c	(revision 10133)
+++ /trunk/psphot/src/psphotChoosePSF.c	(revision 10134)
@@ -73,6 +73,6 @@
     float RADIUS = psMetadataLookupF32 (&status, recipe, "PSF_FIT_RADIUS");
     if (!status) {
-        psWarning("PSF_FIT_RADIUS is not set in the recipe --- defaulting to 20.0\n");
         RADIUS = 20.0;
+        psWarning("PSF_FIT_RADIUS is not set in the recipe --- defaulting to %g\n", RADIUS);
     }
 
