Increase log level when there is an invalid size value

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-11-20 15:09:03 -03:00
parent 96f5ae6668
commit a5341822d5

View file

@ -761,7 +761,7 @@ func isValidByteSize(input interface{}) bool {
}
if s == "" {
glog.Errorf("empty byte size, hence it will not be set.")
glog.V(2).Info("empty byte size, hence it will not be set")
return false
}