core: fix trace log output for LoadSchemas

Some of this code was derived from earlier code in AttachSchemaTransformer,
leading to this stale log message.
This commit is contained in:
Martin Atkins 2018-05-31 16:55:39 -07:00
parent da2d91c0e4
commit 4b085c9cac
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ func loadProvisionerSchemas(schemas map[string]*configschema.Block, config *conf
return
}
log.Printf("[TRACE] AttachSchemaTransformer: retrieving schema for provisioner %q", name)
log.Printf("[TRACE] LoadSchemas: retrieving schema for provisioner %q", name)
provisioner, err := components.ResourceProvisioner(name, "early/"+name)
if err != nil {
// We'll put a stub in the map so we won't re-attempt this on