Index: trunk/psphot/src/psphotMakeGrowthCurve.c
===================================================================
--- trunk/psphot/src/psphotMakeGrowthCurve.c	(revision 20236)
+++ trunk/psphot/src/psphotMakeGrowthCurve.c	(revision 20453)
@@ -5,5 +5,5 @@
     bool status;
 
-    psTimerStart ("growth");
+    psTimerStart ("psphot.growth");
 
     // set limits on the aperture magnitudes
@@ -34,5 +34,5 @@
     }
 
-    psLogMsg ("psphot", PS_LOG_INFO, "built growth curve: %f sec\n", psTimerMark ("growth"));
+    psLogMsg ("psphot", PS_LOG_MINUTIA, "built growth curve: %f sec\n", psTimerMark ("psphot.growth"));
 
     return true;
