Updated Branches: refs/heads/master 026c2cec6 -> b1f4c8e89
Fix a small typo in a log line Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b1f4c8e8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b1f4c8e8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b1f4c8e8 Branch: refs/heads/master Commit: b1f4c8e89af1d79f2d5cba03910e93b40e3c0859 Parents: 026c2ce Author: Wido den Hollander <[email protected]> Authored: Thu May 23 23:46:55 2013 +0200 Committer: Wido den Hollander <[email protected]> Committed: Thu May 23 23:46:55 2013 +0200 ---------------------------------------------------------------------- .../com/cloud/vm/VirtualMachineManagerImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b1f4c8e8/server/src/com/cloud/vm/VirtualMachineManagerImpl.java ---------------------------------------------------------------------- diff --git a/server/src/com/cloud/vm/VirtualMachineManagerImpl.java b/server/src/com/cloud/vm/VirtualMachineManagerImpl.java index f487537..c65514b 100755 --- a/server/src/com/cloud/vm/VirtualMachineManagerImpl.java +++ b/server/src/com/cloud/vm/VirtualMachineManagerImpl.java @@ -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) {
