Reduce log severity of not-unexpected nodeup log message

This commit is contained in:
Justin Santa Barbara 2017-09-30 02:08:01 -04:00
parent 991cd8c66a
commit ce61e9fc54
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func FindDistribution(rootfs string) (Distribution, error) {
return DistributionXenial, nil
}
}
glog.Warningf("unhandled lsb-release info %q", string(lsbRelease))
glog.Infof("could not determine OS from lsb-release info %q", string(lsbRelease))
} else if !os.IsNotExist(err) {
glog.Warningf("error reading /etc/lsb-release: %v", err)
}