1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #1691: Fix log message

This commit is contained in:
Ruben S. Montero 2013-03-07 01:41:19 +01:00
parent 8c21ec9ef4
commit be86918815

View File

@ -25,4 +25,4 @@ MAC=$2
DETACH_ARGS="--domain $DOMAIN --type bridge --mac $MAC"
exec_and_log "virsh --connect $LIBVIRT_URI detach-interface $DETACH_ARGS" \
"Could not attach NIC ($MAC) to $DOMAIN"
"Could not detach NIC ($MAC) to $DOMAIN"