mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Fix a small typo in a log line
This commit is contained in:
parent
026c2cec6d
commit
b1f4c8e89a
@ -358,7 +358,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
|
||||
}
|
||||
|
||||
if (s_logger.isDebugEnabled()) {
|
||||
s_logger.debug("Allocaing disks for " + vm);
|
||||
s_logger.debug("Allocating disks for " + vm);
|
||||
}
|
||||
|
||||
if (template.getFormat() == ImageFormat.ISO) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user