Updated Branches: refs/heads/4.0 c11378ff2 -> 2a5e5b2e6
fix compile error Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2a5e5b2e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2a5e5b2e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2a5e5b2e Branch: refs/heads/4.0 Commit: 2a5e5b2e62a9f35d674f016e02abc1da77b95745 Parents: c11378f Author: Edison Su <[email protected]> Authored: Tue Sep 18 19:49:06 2012 -0700 Committer: Edison Su <[email protected]> Committed: Tue Sep 18 19:49:06 2012 -0700 ---------------------------------------------------------------------- .../kvm/storage/LibvirtStorageAdaptor.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2a5e5b2e/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java b/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java index df295dd..f86f33a 100644 --- a/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java +++ b/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java @@ -217,7 +217,7 @@ public class LibvirtStorageAdaptor implements StorageAdaptor { String host, String path) { String mountPoint = path; if (!_storageLayer.exists(mountPoint)) { - s_logger.error(mountPath + " does not exists. Check local.storage.path in agent.properties."); + s_logger.error(mountPoint + " does not exists. Check local.storage.path in agent.properties."); return null; } LibvirtStoragePoolDef spd = new LibvirtStoragePoolDef(poolType.DIR,
