fix lost variable in warning msg
authorHuanhuan Li <huanhuanx.li@intel.com>
Thu, 8 Nov 2012 19:43:25 +0000 (14:43 -0500)
committerHuanhuan Li <huanhuanx.li@intel.com>
Thu, 8 Nov 2012 19:43:25 +0000 (14:43 -0500)
Signed-off-by: Huanhuan Li <huanhuanx.li@intel.com>
mic/utils/misc.py

index d4ad1c0..5e11f5c 100644 (file)
@@ -306,7 +306,7 @@ def _check_mic_chroot(rootdir):
                                  "/etc/tizen-release"])
 
     if not any(map(os.path.exists, release_files)):
-        msger.warning("Dir %s is not a MeeGo/Tizen chroot env")
+        msger.warning("Dir %s is not a MeeGo/Tizen chroot env" % rootdir)
 
     if not glob.glob(rootdir + "/boot/vmlinuz-*"):
         msger.warning("Failed to find kernel module under %s" % rootdir)