Fix incorrect degColLog file location

This commit is contained in:
Akash Kothawale 2018-02-03 19:48:17 -05:00 committed by Pradyumna Kaushik
parent 39d1cf980c
commit 9c09321d81
2 changed files with 5 additions and 2 deletions

View file

@ -35,7 +35,10 @@ func Start(quit chan struct{}, logging *bool, logMType chan elecLogDef.LogMessag
logMType <- elecLogDef.PCP
logMsg <- scanner.Text()
// Throw away first set of results.
logMType <- elecLogDef.DEG_COL
logMsg <- fmt.Sprintf("CPU Variance, CPU Task Share Variance, Memory Variance, Memory Task Share Variance")
// Throw away first set of results
scanner.Scan()
seconds := 0