Minor style fixes
This commit is contained in:
parent
268b4ce5bb
commit
bd6c5b20d0
|
@ -56,7 +56,7 @@ var NettestGroups = map[string]NettestGroup{
|
|||
}
|
||||
err = json.Unmarshal([]byte(m["Ndt"]), &ndtSummary)
|
||||
if err != nil {
|
||||
log.WithError(err).Error("failed to unmarshal Dash summary")
|
||||
log.WithError(err).Error("failed to unmarshal NDT summary")
|
||||
return "", err
|
||||
}
|
||||
summary.Bitrate = dashSummary.Bitrate
|
||||
|
|
Loading…
Reference in New Issue
Block a user