Skip to content

Commit 4e81487

Browse files
committed
[OMCSession] fix log message
1 parent 252af40 commit 4e81487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/OMCSession.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ def sendExpression(self, command: str, parsed: bool = True) -> Any:
886886
except OMCSessionException:
887887
log_content = 'log not available'
888888

889-
logger.error(f"Docker did not start. Log-file says:\n{log_content}")
889+
logger.error(f"OMC did not start. Log-file says:\n{log_content}")
890890
raise OMCSessionException(f"No connection with OMC (timeout={self._timeout}).")
891891

892892
if command == "quit()":

0 commit comments

Comments
 (0)