Index: trunk/psastro/src/psastroRefstarSubset.c
===================================================================
--- trunk/psastro/src/psastroRefstarSubset.c	(revision 9627)
+++ trunk/psastro/src/psastroRefstarSubset.c	(revision 9649)
@@ -20,4 +20,5 @@
   // the samples cover the same area (the chip), so no area correction
   // is needed...
+  psLogMsg ("psastro", 4, "measuring luminosity function for rawstars\n");
   pmLumFunc *rawfunc = psastroLuminosityFunction (rawstars);
   if (rawfunc == NULL) {
@@ -25,4 +26,5 @@
     return NULL;
   }
+  psLogMsg ("psastro", 4, "measuring luminosity function for refstars\n");
   pmLumFunc *reffunc = psastroLuminosityFunction (refstars);
   if (reffunc == NULL) {
