From c4063c3613ac03203f49af6c14004fa7c4f6416d Mon Sep 17 00:00:00 2001 From: Eric Pulvino Date: Thu, 11 May 2017 16:05:06 -0400 Subject: [PATCH] Making adapter exhaustion error message more helpful. --- locales/en.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/locales/en.yml b/locales/en.yml index 359e9d9..4641125 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -76,8 +76,7 @@ en: no_domain_volume: |- Volume for domain is missing. Try to run 'vagrant up' again. interface_slot_not_available: |- - Interface adapter number is already in use. Please specify other adapter - number. + Available interface adapters have been exhausted. Please increase the nic_adapter_count. rsync_error: |- There was an error when attempting to rsync a share folder. Please inspect the error message below for more info.