From 139044962784776fc1651c8e779e4f3c45d13874 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 16 Feb 2008 09:02:39 +0000 Subject: Add missing % x (bug #208946, comment #2). svn path=/main/trunk/; revision=9342 --- pym/portage/dbapi/vartree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 002a9f373..703978133 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -1601,7 +1601,7 @@ class dblink(object): for x in preserve_paths: print "injecting %s into %s" % (x, srcroot) if not os.path.exists(os.path.join(destroot, x.lstrip(os.sep))): - print "%s does not exist so can't be preserved" + print "%s does not exist so can't be preserved" % x missing_paths.append(x) continue mydir = os.path.join(srcroot, os.path.dirname(x).lstrip(os.sep)) -- cgit v1.2.3-1-g7c22