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
3
app.go
3
app.go
|
@ -132,6 +132,7 @@ func getConstraints() (constraints []string, err error) {
|
|||
fmt.Sprintf("syslog=%s", syslog),
|
||||
fmt.Sprintf("lsm=%s", lsm),
|
||||
)
|
||||
|
||||
|
||||
glog.V(1).Info(fmt.Sprintf("The constraints are:, %s", constraints))
|
||||
return constraints, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue