mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 17:58:55 +00:00
PR-1013 - PMM-11406 Better check to prevent errors from missing fields
- Fixed log.Infof call on line 211
This commit is contained in:
@@ -208,7 +208,7 @@ func main() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Infof("cannot check version updates: %s", err.Error())
|
log.Infof("cannot check version updates: %s", err.Error())
|
||||||
} else if advice != "" {
|
} else if advice != "" {
|
||||||
log.Infof(advice)
|
log.Infof("%s", advice)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user