Skip to content

Commit

Permalink
Improve TMS error handling (#89)
Browse files Browse the repository at this point in the history
* hint to ECU-TEST logs
  • Loading branch information
cpoenisch authored Oct 16, 2019
1 parent b686341 commit db6f6e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public Boolean call() throws IOException {
}
} catch (final ETComException e) {
logger.logError("The test management module is not available in running ECU-TEST instance! "
+ "Enable it by setting the feature flag 'TEST-MANAGEMENT-SERVICE'.");
+ "Please check the ECU-TEST log files for more details.");
logger.logComException(e);
}
return isAvailable;
Expand Down

0 comments on commit db6f6e3

Please sign in to comment.