Include source type when failed to reach destination

This commit is contained in:
Chris Roberts 2022-01-06 11:32:02 -08:00 committed by Paul Hinze
parent 1e3547fdaa
commit 998432faee
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -45,7 +45,7 @@ module VagrantPlugins
if required_vertices.nil?
raise NoPathError,
"Path generation failed to reach destination (#{dst&.type&.inspect})"
"Path generation failed to reach destination (source: #{src} destination: #{dst&.type&.inspect})"
end
logger.debug("required vertices list generation complete for path #{src} -> #{dst}")