Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 41d9433

Browse files
committed
Fix a typo
1 parent 5f917a6 commit 41d9433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMEdit/OMEditGUI/OMS/OMSProxy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ OMSProxy::OMSProxy()
124124
mTotalOMSCallsTime = 0.0;
125125
// OMSimulator global settings
126126
setCommandLineOption("--suppressPath=true");
127-
setLogFile(QString(Utilities::tempDirectory() + "/omsllog.txt").toStdString().c_str());
127+
setLogFile(QString(Utilities::tempDirectory() + "/omslog.txt").toStdString().c_str());
128128
setTempDirectory(Utilities::tempDirectory().toStdString().c_str());
129129
setLoggingCallback();
130130
}

0 commit comments

Comments
 (0)