mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Merge pull request #14721 from zhengguoyong/err_value
add log err value
This commit is contained in:
@@ -285,7 +285,7 @@ func validatePredicateOrDie(predicate schedulerapi.PredicatePolicy) {
|
||||
numArgs++
|
||||
}
|
||||
if numArgs != 1 {
|
||||
glog.Fatalf("Exactly 1 predicate argument is required")
|
||||
glog.Fatalf("Exactly 1 predicate argument is required, numArgs: %v", numArgs)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user