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

Fix typo in error message

This commit is contained in:
Daniel Molina 2012-02-13 15:22:46 +01:00
parent 17ac1484bd
commit 115091be5f

View File

@ -330,7 +330,7 @@ void LifeCycleManager::deploy_failure_action(int vid)
vmpool->update_history(vm);
vm->log("LCM", Log::INFO, "Fail to life migrate VM."
vm->log("LCM", Log::INFO, "Fail to live migrate VM."
" Assuming that the VM is still RUNNING (will poll VM).");
//----------------------------------------------------