Skip to content

Commit

Permalink
query/query.go: increase verbosity level of missing value warning. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
srfrog authored Mar 4, 2019
1 parent fe3da12 commit f124e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ func (sg *SubGraph) valueVarAggregation(doneVars map[string]varValue, path []*Su
doneVars[sg.Params.Var] = it
sg.Params.uidToVal = mp
} else {
glog.Errorf("Missing values/constant in math expression")
glog.V(3).Info("Warning: Math expression is using unassigned values or constants")
}
// Put it in this node.
} else if len(sg.Params.NeedsVar) > 0 {
Expand Down

0 comments on commit f124e56

Please sign in to comment.