Better diagnostics for extraction process.
[idzebra-moved-to-github.git] / recctrl / sgmlread.c
index 79e7e6f..4fa9780 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: sgmlread.c,v $
- * Revision 1.6  1999-05-20 12:57:18  adam
+ * Revision 1.7  1999-05-21 12:00:17  adam
+ * Better diagnostics for extraction process.
+ *
+ * Revision 1.6  1999/05/20 12:57:18  adam
  * Implemented TCL filter. Updated recctrl system.
  *
  * Revision 1.5  1999/02/02 14:51:31  adam
 
 static data1_node *grs_read_sgml (struct grs_read_info *p)
 {
-    logf (LOG_LOG, "grs_read_sgml");
     return data1_read_record (p->dh, p->readf, p->fh, p->mem);
 }
 
 static void *grs_init_sgml()
 {
-    logf (LOG_LOG, "grs_init_gsml");
     return 0;
 }
 
 static void grs_destroy_sgml(void *clientData)
 {
-    logf (LOG_LOG, "grs_destroy_sgml");
 }
 
 static struct recTypeGrs sgml_type = {