Store the destination type so we can see it in the logs

This commit is contained in:
Chris Roberts 2022-01-11 10:23:24 -08:00 committed by Paul Hinze
parent 2ff7d6a5bd
commit 43e5550203
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -190,6 +190,7 @@ module VagrantPlugins
input_values: args,
)
result = m_graph.execute
to = out
break
rescue => err
logger.debug("typeless mapping failure (non-critical): #{err} (input - #{value.class} / output #{out})")