Index: /branches/eam_branches/ipp-20150625/Ohana/src/relphot/src/load_catalogs.c
===================================================================
--- /branches/eam_branches/ipp-20150625/Ohana/src/relphot/src/load_catalogs.c	(revision 38639)
+++ /branches/eam_branches/ipp-20150625/Ohana/src/relphot/src/load_catalogs.c	(revision 38640)
@@ -253,5 +253,4 @@
   Catalog *catalog = catalogs->catalog;
   *Ncatalog = catalogs->Ncatalog;
-  BrightCatalogSplitFree (catalogs);
 
   int Nmeasure = 0;
@@ -263,4 +262,7 @@
 
   fprintf (stderr, "loaded %d catalogs, using a total of %d stars (%d measures)\n", catalogs->Ncatalog, Naverage, Nmeasure);
+  client_logger_message ("loaded %d catalogs, using a total of %d stars (%d measures)\n", catalogs->Ncatalog, Naverage, Nmeasure);
+
+  BrightCatalogSplitFree (catalogs);
 
   return (catalog);
Index: /branches/eam_branches/ipp-20150625/Ohana/src/relphot/src/relphot_parallel_images.c
===================================================================
--- /branches/eam_branches/ipp-20150625/Ohana/src/relphot/src/relphot_parallel_images.c	(revision 38639)
+++ /branches/eam_branches/ipp-20150625/Ohana/src/relphot/src/relphot_parallel_images.c	(revision 38640)
@@ -34,4 +34,5 @@
     exit (2);
   }
+  client_logger_message ("loaded images\n");
 
   // once we have read this table, we should remove it for repeat runs
@@ -53,4 +54,5 @@
   // the following function correctly chooses the sky regions on the 0,360 boundary
   SkyList *skylist = SkyListByBounds (sky, -1, UserPatch.Rmin, UserPatch.Rmax, UserPatch.Dmin, UserPatch.Dmax);
+  client_logger_message ("prepare to load catalogs\n");
 
   /* load catalog data from region files (hostID is 0 since we are not a client */
