diff --git a/plugins/commands/serve/mappers/internal/graph/search.rb b/plugins/commands/serve/mappers/internal/graph/search.rb index 79645b426..347a414ca 100644 --- a/plugins/commands/serve/mappers/internal/graph/search.rb +++ b/plugins/commands/serve/mappers/internal/graph/search.rb @@ -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}")