Index: trunk/psastro/src/psastroTestFuncs.c
===================================================================
--- trunk/psastro/src/psastroTestFuncs.c	(revision 9374)
+++ trunk/psastro/src/psastroTestFuncs.c	(revision 9574)
@@ -32,5 +32,5 @@
 	for (int j = 0; j < map->x->nY + 1; j++) {
 	    if (map->x->mask[i][j]) continue;
-	    psLogMsg (__func__, 4, "x term %d,%d: %f +/- %f\n", i, j, map->x->coeff[i][j], map->x->coeffErr[i][j]);
+	    psLogMsg ("psastro", 4, "x term %d,%d: %f +/- %f\n", i, j, map->x->coeff[i][j], map->x->coeffErr[i][j]);
 	}
     }
@@ -39,5 +39,5 @@
 	for (int j = 0; j < map->y->nY + 1; j++) {
 	    if (map->y->mask[i][j]) continue;
-	    psLogMsg (__func__, 4, "y term %d,%d: %f +/- %f\n", i, j, map->y->coeff[i][j], map->y->coeffErr[i][j]);
+	    psLogMsg ("psastro", 4, "y term %d,%d: %f +/- %f\n", i, j, map->y->coeff[i][j], map->y->coeffErr[i][j]);
 	}
     }
