d
This commit is contained in:
@@ -406,7 +406,7 @@ func ParseRawMsg2Html(w http.ResponseWriter, r *http.Request) {
|
|||||||
if traceData.DecMsg == "" {
|
if traceData.DecMsg == "" {
|
||||||
htmlFile := fmt.Sprintf("traceDecMessage-%d-%d.html", traceData.TaskID, traceData.ID)
|
htmlFile := fmt.Sprintf("traceDecMessage-%d-%d.html", traceData.TaskID, traceData.ID)
|
||||||
filePath = config.GetYamlConfig().OMC.FrontTraceDir + "/" + htmlFile
|
filePath = config.GetYamlConfig().OMC.FrontTraceDir + "/" + htmlFile
|
||||||
command := fmt.Sprintf("/usr/local/omc/bin/data2html -f %s -t %d -i N%d -d %x", filePath, traceData.Timestamp, traceData.IfType, traceData.RawMsg)
|
command := fmt.Sprintf("/usr/local/omc/bin/data2html -f %s -t %s -i N%d -d %x", filePath, traceData.Timestamp, traceData.IfType, traceData.RawMsg)
|
||||||
out, err := run.ExecCmd(command, "/")
|
out, err := run.ExecCmd(command, "/")
|
||||||
log.Tracef("Exec output: %v", string(out))
|
log.Tracef("Exec output: %v", string(out))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user