Index: /trunk/Ohana/src/addstar/src/load2mass_as_rawdata.c
===================================================================
--- /trunk/Ohana/src/addstar/src/load2mass_as_rawdata.c	(revision 16895)
+++ /trunk/Ohana/src/addstar/src/load2mass_as_rawdata.c	(revision 16896)
@@ -8,5 +8,4 @@
 /* read in chunks of ~64MB */
 # define NBYTE 0x4000000
-# define NBREC 330
 # define DEBUG 0
 
@@ -45,5 +44,5 @@
     Nbyte += Nextra;
 
-    if (VERBOSE) fprintf (stderr, ".");
+    if (VERBOSE) fprintf (stderr, "read .. ");
 
     /* find bounds on first complete line */
@@ -94,5 +93,5 @@
       } 
     }
-    if (VERBOSE) fprintf (stderr, "read %d stars (%10.6f - %10.6f, %10.6f - %10.6f)\n", Ntstars, Rmin, Rmax, Dmin, Dmax);
+    if (VERBOSE) fprintf (stderr, "scan %d stars (%10.6f - %10.6f, %10.6f - %10.6f) .. ", Ntstars, Rmin, Rmax, Dmin, Dmax);
 
 
@@ -146,8 +145,11 @@
 	}
       }
+      if (VERBOSE) fprintf (stderr, "done\n");
+
       if (!Nstars) {
 	free (stars);
 	continue;
       }
+
       if (DEBUG) fprintf (stderr, "selected %d stars (%10.6f - %10.6f, %10.6f - %10.6f\n", Nstars, 
 			  region[0].Rmin, region[0].Rmax, region[0].Dmin, region[0].Dmax);
