diff options
| author | Cerberus <matt.dietz@rackspace.com> | 2011-02-15 18:02:57 -0600 |
|---|---|---|
| committer | Cerberus <matt.dietz@rackspace.com> | 2011-02-15 18:02:57 -0600 |
| commit | cd5aba9d1d00d9daad87efd89f78e49079bee2c7 (patch) | |
| tree | af9d28b4824e45a7abfd8a02c9aae88ef0daeb3f /plugins | |
| parent | a6ea6759450aab7eb021e202c68e5301667c74a9 (diff) | |
| download | nova-cd5aba9d1d00d9daad87efd89f78e49079bee2c7.tar.gz nova-cd5aba9d1d00d9daad87efd89f78e49079bee2c7.tar.xz nova-cd5aba9d1d00d9daad87efd89f78e49079bee2c7.zip | |
foo
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/xenserver/xenapi/etc/xapi.d/plugins/migration | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/migration b/plugins/xenserver/xenapi/etc/xapi.d/plugins/migration index cc72b5d26..5bf0fe994 100644 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/migration +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/migration @@ -110,7 +110,7 @@ def move_vhds_into_sr(session, args): shutil.move("%s/%s.vhd" % (temp_vhd_path, new_base_copy_uuid), sr_path) shutil.move("%s/%s.vhd" % (temp_vhd_path, new_cow_uuid), sr_path) - logginig.debug('Cleaning up temporary SR path %s' % temp_vhd_path) + logging.debug('Cleaning up temporary SR path %s' % temp_vhd_path) os.rmdir(temp_vhd_path) return "" |
