src/hg/lib/customTrack.c 1.178
1.178 2009/09/28 18:19:31 kent
Making error message a little more informative, and not an 'internal error' since it is in response to erronious input, not software error.
Index: src/hg/lib/customTrack.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/customTrack.c,v
retrieving revision 1.177
retrieving revision 1.178
diff -b -B -U 4 -r1.177 -r1.178
--- src/hg/lib/customTrack.c 24 Sep 2009 22:25:17 -0000 1.177
+++ src/hg/lib/customTrack.c 28 Sep 2009 18:19:31 -0000 1.178
@@ -759,9 +759,9 @@
errCatchEnd(errCatch);
if (errCatch->gotError)
{
remove(ctFileName);
- warn("Internal error (%s): removing custom tracks",
+ warn("Custom track error (%s): removing custom tracks",
errCatch->message->string);
}
errCatchFree(&errCatch);