fix printf

This commit is contained in:
Thibault bui Koechlin 2020-05-25 11:35:32 +02:00
parent 1970a90813
commit aad2e1421e

View file

@ -32,6 +32,6 @@ func JsonExtract(jsblob string, target string) string {
}
fullpath := strings.Split(target, ".")
log.Printf("path -> %+v", fullpath)
log.Debugf("extract path %+v", fullpath)
return JsonExtractLib(jsblob, fullpath...)
}