Index: trunk/psphot/src/psphotGuessModels.c
===================================================================
--- trunk/psphot/src/psphotGuessModels.c	(revision 20411)
+++ trunk/psphot/src/psphotGuessModels.c	(revision 20453)
@@ -27,5 +27,5 @@
     bool status;
 
-    psTimerStart ("psphot");
+    psTimerStart ("psphot.models");
 
     // select the appropriate recipe information
@@ -142,5 +142,5 @@
     }
     
-    psLogMsg ("psphot.models", 4, "built models for %ld objects: %f sec\n", sources->n, psTimerMark ("psphot"));
+    psLogMsg ("psphot.models", 4, "built models for %ld objects: %f sec\n", sources->n, psTimerMark ("psphot.models"));
     return true;
 }
