diff options
Diffstat (limited to 'remote/modules/vmchooser/data/opt/openslx/scripts')
| -rwxr-xr-x | remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt index 0030eda1..5e997647 100755 --- a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt +++ b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt @@ -491,7 +491,7 @@ fi # Check if virtual machine container file exists if ! [ -e "${vmpath}" ]; then - slxlog "virt-missing-image" "VM image $vmpath not found!" + slxlog "virt-image-missing" "VM image $vmpath not found!" writelog "Virtual machine image ${vmpath} not found!" cleanexit 1 fi @@ -501,7 +501,7 @@ writelog "Used diskfile: $vm_diskfile" # Get all virtual machine specific stuff from the respective include file if [ ! -e "$VMCHOOSER_DIR/$xmlvirt/run-virt.include" ] ; then # TODO: Tell user - slxlog "virt-plugin-missing" "Could not find run-virt.include for $xmlvirt" + slxlog "virt-plugin-missing" "Could not find run-virt.include for $xmlvirt ($VMCHOOSER_DIR/$xmlvirt/run-virt.include)" writelog "Failed because of missing ${xmlvirt} plugin." cleanexit 1 fi |
