Index: trunk/psastro/src/psastroOneChip.c
===================================================================
--- trunk/psastro/src/psastroOneChip.c	(revision 9374)
+++ trunk/psastro/src/psastroOneChip.c	(revision 9574)
@@ -13,5 +13,5 @@
     pmAstromStats stats = pmAstromGridMatch (rawstars, refstars, recipe);
     stats = pmAstromGridTweak (rawstars, refstars, recipe, stats);
-    psLogMsg (__func__, 3, "grid search result: %f,%f @ %f deg\n", stats.offset.x, stats.offset.y, DEG_RAD*stats.angle);
+    psLogMsg ("psastro", 3, "grid search result: %f,%f @ %f deg\n", stats.offset.x, stats.offset.y, DEG_RAD*stats.angle);
 
     // adjust the chip.toFPA terms only
