Index: trunk/psphot/src/psphotChoosePSF.c
===================================================================
--- trunk/psphot/src/psphotChoosePSF.c	(revision 5802)
+++ trunk/psphot/src/psphotChoosePSF.c	(revision 5828)
@@ -10,4 +10,6 @@
     psArray    	   *stars = NULL;
     psMetadataItem *item  = NULL;
+
+    psTimerStart ("psphot");
 
     // array to store candidate PSF stars
@@ -23,5 +25,5 @@
 	if (source->mode & PM_SOURCE_PSFSTAR) psArrayAdd (stars, 200, source);
     }
-    psLogMsg ("psphot.pspsf", 3, "selected candidate %d PSF objects\n", stars->n);
+    psLogMsg ("psphot.pspsf", 4, "selected candidate %d PSF objects\n", stars->n);
 
     // get the fixed PSF fit radius
@@ -83,4 +85,5 @@
 
     modelName = pmModelGetType (psf->type);
+    psLogMsg ("psphot.pspsf", 3, "select psf model: %f sec\n", psTimerMark ("psphot"));
     psLogMsg ("psphot.pspsf", 3, "selected psf model %s, ApResid: %f +/- %f\n", modelName, psf->ApResid, psf->dApResid);
 
