Fix a small typo in a log line

This commit is contained in:
Wido den Hollander 2013-05-23 23:46:55 +02:00
parent 026c2cec6d
commit b1f4c8e89a

View File

@ -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) {