Skip to content
Snippets Groups Projects
Commit 8960114e authored by Christian Wulf's avatar Christian Wulf
Browse files

fixed typo

parent 09033375
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ public class TerminatingSignal implements ISignal {
stage.onTerminating();
} catch (Exception e) {
catchedExceptions.add(e);
LOGGER.error("Exception while sending the start signal", e);
LOGGER.error("Exception while sending the termination signal", e);
}
}
......
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