You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2021/02/12 07:23:55 UTC

[cloudstack] branch master updated: server: FIx typo on FirstFitAllocator (#4648)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 3505589  server: FIx typo on FirstFitAllocator (#4648)
3505589 is described below

commit 35055896a0edb911ee32c5cbd7adf996aab6a3da
Author: Gabriel Beims Bräscher <ga...@apache.org>
AuthorDate: Fri Feb 12 04:23:40 2021 -0300

    server: FIx typo on FirstFitAllocator (#4648)
    
    From "Cusotm[UEFI]" to "Custom[UEFI]"
---
 .../java/com/cloud/agent/manager/allocator/impl/FirstFitAllocator.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/com/cloud/agent/manager/allocator/impl/FirstFitAllocator.java b/server/src/main/java/com/cloud/agent/manager/allocator/impl/FirstFitAllocator.java
index 42f91d1..22d320e 100644
--- a/server/src/main/java/com/cloud/agent/manager/allocator/impl/FirstFitAllocator.java
+++ b/server/src/main/java/com/cloud/agent/manager/allocator/impl/FirstFitAllocator.java
@@ -124,7 +124,7 @@ public class FirstFitAllocator extends AdapterBase implements HostAllocator {
                 isVMDeployedWithUefi = true;
             }
         }
-        s_logger.info(" Guest VM is requested with Cusotm[UEFI] Boot Type "+ isVMDeployedWithUefi);
+        s_logger.info(" Guest VM is requested with Custom[UEFI] Boot Type "+ isVMDeployedWithUefi);
 
 
         if (type == Host.Type.Storage) {