Index: /trunk/ppImage/src/ppImageAddstar.c
===================================================================
--- /trunk/ppImage/src/ppImageAddstar.c	(revision 15941)
+++ /trunk/ppImage/src/ppImageAddstar.c	(revision 15942)
@@ -48,5 +48,5 @@
 
         while ((cell = pmFPAviewNextCell (view, file->fpa, 1)) != NULL) {
-            psLogMsg ("ppImageAddstar", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
+            psLogMsg ("ppImageAddstar", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
             if (! cell->process || ! cell->file_exists) { continue; }
 
Index: /trunk/ppImage/src/ppImageLoop.c
===================================================================
--- /trunk/ppImage/src/ppImageLoop.c	(revision 15941)
+++ /trunk/ppImage/src/ppImageLoop.c	(revision 15942)
@@ -39,5 +39,5 @@
 
         while ((cell = pmFPAviewNextCell(view, input->fpa, 1)) != NULL) {
-            psLogMsg ("ppImageLoop", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
+            psLogMsg ("ppImageLoop", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
             if (!cell->process || !cell->file_exists) {
                 continue;
Index: /trunk/psphot/src/psphotImageLoop.c
===================================================================
--- /trunk/psphot/src/psphotImageLoop.c	(revision 15941)
+++ /trunk/psphot/src/psphotImageLoop.c	(revision 15942)
@@ -58,9 +58,9 @@
 	// there is now only a single chip (multiple readouts?). loop over it and process
 	while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) {
-            psLogMsg ("psphot", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
+            psLogMsg ("psphot", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
 
 	    // process each of the readouts
 	    while ((readout = pmFPAviewNextReadout (view, input->fpa, 1)) != NULL) {
-		psLogMsg ("psphot", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
+		psLogMsg ("psphot", 6, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
 		if (! readout->data_exists) { continue; }
 
