Commit 54050cb4 authored by Steven Allen's avatar Steven Allen

fix: migrate from deprecated warning function

parent b10263a4
......@@ -168,7 +168,7 @@ func (ks *FSKeystore) List() ([]string, error) {
if err == nil {
list = append(list, name)
} else {
log.Warningf("Ignoring the invalid keyfile: %s", name)
log.Warnf("Ignoring the invalid keyfile: %s", name)
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment