Skip to content
Snippets Groups Projects
Commit 23478893 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Merge branch 'introduce-actionCommands' of...

Merge branch 'introduce-actionCommands' of git.se.informatik.uni-kiel.de:wetzel/spesb into introduce-actionCommands
parents 4657b6b5 6d778114
No related branches found
No related tags found
1 merge request!201Introduce action commands
Pipeline #5820 passed
......@@ -109,8 +109,7 @@ class TheodoliteController(
type = "WARNING",
reason = "Execution failed",
message = "An error occurs while executing: ${e.message}")
logger.error { "Failure while executing execution ${execution.name} with benchmark ${benchmark.name}." }
logger.error { "Problem is: ${e.printStackTrace() }}" }
logger.error(e) { "Failure while executing execution ${execution.name} with benchmark ${benchmark.name}." }
executionStateHandler.setExecutionState(execution.name, ExecutionStates.FAILURE)
}
executionStateHandler.stopDurationStateTimer()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment