src/hg/makeDb/hgLoadSeq/hgLoadSeq.c 1.15

1.15 2009/10/01 07:50:03 kent
Adding a little more detail to history table record of hgLoadSeq. It still is giving warnings, I think maybe because of the missing gbDate field.
Index: src/hg/makeDb/hgLoadSeq/hgLoadSeq.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/hgLoadSeq/hgLoadSeq.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -B -U 4 -r1.14 -r1.15
--- src/hg/makeDb/hgLoadSeq/hgLoadSeq.c	3 Sep 2008 19:19:44 -0000	1.14
+++ src/hg/makeDb/hgLoadSeq/hgLoadSeq.c	1 Oct 2009 07:50:03 -0000	1.15
@@ -171,9 +171,10 @@
     if (replace)
         opts |= SQL_TAB_REPLACE;
     verbose(1, "Updating %s table\n", seqTbl);
     hgLoadTabFileOpts(conn, ".", seqTbl, opts, &seqTab);
-    hgEndUpdate(&conn, "Add sequences");
+    hgEndUpdate(&conn, "Add sequences from %d files starting with %s", 
+    	fileCount, fileNames[0]);
     verbose(1, "All done\n");
     }
 }