Index: trunk/psphot/src/psphotMarkPSF.c
===================================================================
--- trunk/psphot/src/psphotMarkPSF.c	(revision 5048)
+++ trunk/psphot/src/psphotMarkPSF.c	(revision 5058)
@@ -36,5 +36,5 @@
     if (source->modelPSF->params->data.F32[1] >= SATURATE) {
 	if (source->type == PM_SOURCE_PSFSTAR) {
-	    psLogMsg ("psphot", 3, "PSFSTAR marked SATSTAR\n");
+	    psLogMsg ("psphot", 5, "PSFSTAR marked SATSTAR\n");
 	}
 	source->type = PM_SOURCE_SATSTAR;
@@ -42,5 +42,5 @@
     } 
     if (source->type == PM_SOURCE_SATSTAR) {
-	psLogMsg ("psphot", 4, "SATSTAR marked GOODSTAR (fitted peak below saturation)\n");
+	psLogMsg ("psphot", 5, "SATSTAR marked GOODSTAR (fitted peak below saturation)\n");
 	source->type = PM_SOURCE_GOODSTAR;
     }
@@ -70,5 +70,5 @@
     
     if (source->type == PM_SOURCE_PSFSTAR) {
-	psLogMsg ("psphot", 3, "PSFSTAR demoted based on fit quality\n");
+	psLogMsg ("psphot", 5, "PSFSTAR demoted based on fit quality\n");
     }
 
