From: smbaker Date: Sat, 22 Dec 2012 17:44:13 +0000 (-0800) Subject: fix misspelled variable name X-Git-Tag: nodemanager-2.1-18~5 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=3b76d31d826d7dd41d6f992c777c591a0d89bdb6 fix misspelled variable name --- diff --git a/sliver_lxc.py b/sliver_lxc.py index bdfd71d..96b757f 100644 --- a/sliver_lxc.py +++ b/sliver_lxc.py @@ -87,7 +87,7 @@ class Sliver_LXC(Sliver_Libvirt, Initscript): # subvolume) command = ['btrfs', 'subvolume', 'snapshot', refImgDir, containerDir] if not logger.log_call(command, timeout=15*60): - logger.log('sliver_lxc: ERROR Could not create BTRFS snapshot at', containDir) + logger.log('sliver_lxc: ERROR Could not create BTRFS snapshot at', containerDir) return command = ['chmod', '755', containerDir] logger.log_call(command, timeout=15*60)