diff options
author | Simon Rettberg | 2023-06-02 16:50:42 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-06-02 16:50:42 +0200 |
commit | b8cdbe43d3f036637269afac136f9b2d68de94ac (patch) | |
tree | b06588d318ab18c99fdb681503703e8cebd1bf77 /core/modules | |
parent | [run-virt] Don't logspam if not using custom resource URLs (diff) | |
download | mltk-b8cdbe43d3f036637269afac136f9b2d68de94ac.tar.gz mltk-b8cdbe43d3f036637269afac136f9b2d68de94ac.tar.xz mltk-b8cdbe43d3f036637269afac136f9b2d68de94ac.zip |
[run-virt] Add -
Diffstat (limited to 'core/modules')
-rwxr-xr-x | core/modules/run-virt/data/opt/openslx/vmchooser/vmchooser-run_virt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/vmchooser-run_virt b/core/modules/run-virt/data/opt/openslx/vmchooser/vmchooser-run_virt index a011a0d1..f5b79012 100755 --- a/core/modules/run-virt/data/opt/openslx/vmchooser/vmchooser-run_virt +++ b/core/modules/run-virt/data/opt/openslx/vmchooser/vmchooser-run_virt @@ -125,7 +125,7 @@ main() { # Mark the end of generic run-virt part - writelog "Done with generic run-virt. Now loading virtualizer specific includes." + writelog "Done with generic run-virt. Now loading virtualizer-specific includes." writelog "#################### Plugin init: $PLUGIN_ID ####################" # NG: first include the hypervisor includes |