Index: trunk/Ohana/src/relastro/src/UpdateObjects.c
===================================================================
--- trunk/Ohana/src/relastro/src/UpdateObjects.c	(revision 39612)
+++ trunk/Ohana/src/relastro/src/UpdateObjects.c	(revision 39613)
@@ -148,4 +148,8 @@
   XVERB |= (average[0].objID == OBJ_ID_SRC) && (average[0].catID == CAT_ID_SRC);
   XVERB |= (average[0].objID == OBJ_ID_DST) && (average[0].catID == CAT_ID_DST);
+
+  if (XVERB) {
+    fprintf (stderr, "found test object\n");
+  }
 
   // select the measurements to be used in this analysis
