Committed by
Gerrit Code Review
Suppressing GUI server stack trace when running multiple STCs at the same time.
Change-Id: I4b40aa2017f8b2ee540380b8d4f94bd186ae73f7
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -149,7 +149,7 @@ public final class Main { | ... | @@ -149,7 +149,7 @@ public final class Main { |
| 149 | try { | 149 | try { |
| 150 | server.start(); | 150 | server.start(); |
| 151 | } catch (Exception e) { | 151 | } catch (Exception e) { |
| 152 | - e.printStackTrace(); | 152 | + print("GUI already active; running without..."); |
| 153 | } | 153 | } |
| 154 | } | 154 | } |
| 155 | 155 | ... | ... |
-
Please register or login to post a comment