Skip to content

Commit f4ffc53

Browse files
committed
[OMCSession] fix log message
1 parent 9fc6d05 commit f4ffc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMPython/OMCSession.py

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

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

894894
if command == "quit()":

0 commit comments

Comments
 (0)