Don't print a stack trace if Eclipse will log the error for us
commit7ad06a328cfd68ac88b37e95906186118e75ca63
authorShawn O. Pearce <spearce@spearce.org>
Fri, 28 Mar 2008 00:22:24 +0000 (27 20:22 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:06:25 +0000 (7 01:06 -0400)
treeb84d1d9b917c98d959f8a5484a683c1a989e4560
parente2069726e07e84482e94b4c9bbd5bc6c569161c4
Don't print a stack trace if Eclipse will log the error for us

When we crash here by throwing a RuntimeException Eclipse will log
in the workbench error log that our decorator is broken, and then
will disable us.  We don't also need to print the stack trace to
the console.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/decorators/GitResourceDecorator.java