fix misspelled variable name
authorsmbaker <smbaker@fc8clean.lan>
Sat, 22 Dec 2012 17:44:13 +0000 (09:44 -0800)
committersmbaker <smbaker@fc8clean.lan>
Sat, 22 Dec 2012 17:44:13 +0000 (09:44 -0800)
sliver_lxc.py

index bdfd71d..96b757f 100644 (file)
@@ -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)