Updated Branches: refs/heads/master a6aebe098 -> 600a45ed3
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/600a45ed Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/600a45ed Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/600a45ed Branch: refs/heads/master Commit: 600a45ed391179594b7979b5188a2ec71483e56f Parents: a6aebe0 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:59 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/600a45ed/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,
