Index: trunk/psastro/src/psastroMosaicSetMatch.c
===================================================================
--- trunk/psastro/src/psastroMosaicSetMatch.c	(revision 9374)
+++ trunk/psastro/src/psastroMosaicSetMatch.c	(revision 9574)
@@ -16,9 +16,9 @@
     // this loop selects the matched stars for all chips
     while ((chip = pmFPAviewNextChip (view, fpa, 1)) != NULL) {
-        psTrace (__func__, 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process);
+        psTrace ("psastro", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process);
         if (!chip->process || !chip->file_exists) { continue; }
 	
 	while ((cell = pmFPAviewNextCell (view, fpa, 1)) != NULL) {
-            psTrace (__func__, 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
+            psTrace ("psastro", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
             if (!cell->process || !cell->file_exists) { continue; }
 
@@ -35,10 +35,10 @@
 		psArray *refstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.REFSTARS");
 		if (refstars == NULL) { continue; }
-		psTrace (__func__, 4, "Trying %ld refstars\n", refstars->n);
+		psTrace ("psastro", 4, "Trying %ld refstars\n", refstars->n);
 
 		// use small radius to match stars (assume starting astrometry is good)
 		// XXX should this take a (double radius)?
 		psArray *matches = pmAstromRadiusMatchChip (rawstars, refstars, recipe);
-		psTrace (__func__, 4, "Matched %ld refstars\n", matches->n);
+		psTrace ("psastro", 4, "Matched %ld refstars\n", matches->n);
 
 		sprintf (name, "raw.%02d.dat", view->chip);
