forked from mirrors/linux-bench
Add constraints info for debug mod
Thought it will be informational data when running linux-bench in debug mode
This commit is contained in:
parent
5f5d5d1ca8
commit
98b32312b2
1 changed files with 2 additions and 1 deletions
1
app.go
1
app.go
|
@ -133,5 +133,6 @@ func getConstraints() (constraints []string, err error) {
|
||||||
fmt.Sprintf("lsm=%s", lsm),
|
fmt.Sprintf("lsm=%s", lsm),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
glog.V(1).Info(fmt.Sprintf("The constraints are:, %s", constraints))
|
||||||
return constraints, nil
|
return constraints, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue