From 3b76d31d826d7dd41d6f992c777c591a0d89bdb6 Mon Sep 17 00:00:00 2001 From: smbaker Date: Sat, 22 Dec 2012 09:44:13 -0800 Subject: [PATCH] fix misspelled variable name --- sliver_lxc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.0