Skip to content

Commit 48fe8db

Browse files
committed
Fix clean, log same times as with CORBA
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23674 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 696fbb4 commit 48fe8db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

OMEdit/OMEditGUI/OMC/OMCProxy.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,10 @@ void OMCProxy::sendCommand(const QString expression, bool cacheCommand, QString
592592
exitApplication();
593593
}
594594
mResult = MMC_STRINGDATA(reply_str);
595+
596+
writeCommunicationResponseLog(&commandTime);
597+
logOMCMessages(expression);
598+
595599
// cache the OMC command
596600
if (cacheCommand) {
597601
cacheOMCCommand(className, expression, getResult());

0 commit comments

Comments
 (0)