mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
the message fills the screen with expected warnings messages when we need to debug this problem the message is already logged, so there is no need to show it in the normal case these are the warning messages that were displayed: ``` ==> debian: Waiting for domain to get an IP address... Unable to receive IP via qemu agent: [Call to virDomainQemuAgentCommand failed: Guest agent is not responding: QEMU guest agent is not connected] ... ==> debian: Waiting for machine to boot. This may take a few minutes... Unable to receive IP via qemu agent: [Call to virDomainQemuAgentCommand failed: Guest agent is not responding: QEMU guest agent is not connected] ... ```