mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4285 Octave : Add logging of arguments
This commit is contained in:
parent
08d4697632
commit
bf7987e4ac
@ -20,6 +20,7 @@
|
||||
|
||||
#include "RiaApplication.h"
|
||||
#include "RiaFieldHandleTools.h"
|
||||
#include "RiaLogging.h"
|
||||
|
||||
#include "cafPdmField.h"
|
||||
#include "cafPdmUiFilePathEditor.h"
|
||||
@ -70,5 +71,11 @@ QStringList RimCalcScript::createCommandLineArguments(const QString& absoluteFil
|
||||
arguments << absFilePath;
|
||||
}
|
||||
|
||||
{
|
||||
QString argumentString = arguments.join(" ");
|
||||
|
||||
RiaLogging::info("Octave arguments : " + argumentString);
|
||||
}
|
||||
|
||||
return arguments;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user