diff --git a/Compiler/FrontEnd/Types.mo b/Compiler/FrontEnd/Types.mo index 91667ee6790..4dfe5f71d60 100644 --- a/Compiler/FrontEnd/Types.mo +++ b/Compiler/FrontEnd/Types.mo @@ -2428,7 +2428,7 @@ algorithm then (s,s2); - case (_) then ("",printTypeStr(it)); + case (_) then ("", unparseType(it)); end matchcontinue; end printConnectorTypeStr;