File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -794,7 +794,7 @@ public function ExecuteProgram($inputXml, $disconnect = false)
794794
795795 // if debug mode, log control key, and input XML.
796796 if ($ this ->isDebug ()) {
797- $ this ->debugLog ("\nExec start: " . date ("Y-m-d H:i:s " ) . "\nVersion of toolkit front end: " . self ::getFrontEndVersion () ."\nToolkit class: ' " . FILE . "' \nIPC: ' " . $ this ->getInternalKey () . "'. Control key: $ controlKeyString \nHost URL: $ url \nExpected output size (plugSize): $ plugSize or $ outByteSize bytes \nInput XML: $ inputXml \n" );
797+ $ this ->debugLog ("\nExec start: " . date ("Y-m-d H:i:s " ) . "\nVersion of toolkit front end: " . self ::getFrontEndVersion () ."\nToolkit class: ' " . __FILE__ . "' \nIPC: ' " . $ this ->getInternalKey () . "'. Control key: $ controlKeyString \nHost URL: $ url \nExpected output size (plugSize): $ plugSize or $ outByteSize bytes \nInput XML: $ inputXml \n" );
798798 $ this ->execStartTime = microtime (true );
799799 }
800800
You can’t perform that action at this time.
0 commit comments