fix lost variable in warning msg
authorHuanhuan Li <huanhuanx.li@intel.com>
Thu, 8 Nov 2012 19:43:25 +0000 (14:43 -0500)
committerGui Chen <gui.chen@intel.com>
Wed, 12 Dec 2012 11:33:44 +0000 (19:33 +0800)
Signed-off-by: Huanhuan Li <huanhuanx.li@intel.com>
mic/utils/misc.py

index ae34857..4ac411a 100644 (file)
@@ -313,7 +313,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)