Index: trunk/psphot/src/psphotModelBackground.c
===================================================================
--- trunk/psphot/src/psphotModelBackground.c	(revision 18833)
+++ trunk/psphot/src/psphotModelBackground.c	(revision 20453)
@@ -9,5 +9,5 @@
     static char *defaultStatsName = "FITTED_MEAN";
 
-    psTimerStart ("psphot");
+    psTimerStart ("psphot.background");
 
     // find the currently selected readout
@@ -283,5 +283,5 @@
     }
 
-    psLogMsg ("psphot", PS_LOG_MINUTIA, "build median image: %f sec\n", psTimerMark ("psphot"));
+    psLogMsg ("psphot", PS_LOG_INFO, "built background image: %f sec\n", psTimerMark ("psphot.background"));
 
     psMetadataAddF32(recipe, PS_LIST_TAIL, "SKY_MEAN", PS_META_REPLACE, "sky mean", Value);
