Fix warning message

This commit is contained in:
Michael Stucki 2015-08-25 14:37:31 +02:00 committed by Franz Pletz
parent 9e5637a9fe
commit 7c778dfb4d

View file

@ -192,7 +192,7 @@ module Vagrant
def remove_bridge(bridge_name)
if ['lxcbr0', 'virbr0'].include? bridge_name
@logger.info "Skipping removal system bridge #{bridge_name}"
@logger.info "Skipping removal of system bridge #{bridge_name}"
return
end