fix compile error

This commit is contained in:
Edison Su 2012-09-18 19:49:06 -07:00
parent a6aebe098e
commit 600a45ed39
1 changed files with 1 additions and 1 deletions

View File

@ -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,