aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-06-10 15:09:14 +0300
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-06-10 15:21:25 +0300
commit854a1ab17a77831a2bde71f5b4a58616588f7bed (patch)
tree5eca38eb2842f6e085aaf4ac7cd2d070107b71d6
parente59a3efb43993c24c5d7c2e2f354806ec419ed90 (diff)
bootstrap: Fix one log message
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rwxr-xr-xbootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 05888a6..ec6c321 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -139,7 +139,7 @@ def build_test_pkg(pkg_name, branch, outdir, silent_build=False):
for fname in os.listdir('%s/SOURCES' % builddir):
if (fnmatch(fname, 'gbp*tar.gz') or fnmatch(fname, 'gbp*tar.bz2') or
fnmatch(fname, 'gbp*zip')):
- LOG.debug('Copying %s -> %s' % (fname, outdir))
+ LOG.debug('Copying %s -> %s' % (fname, orig_dir))
shutil.copy('%s/SOURCES/%s' % (builddir, fname), orig_dir)
shutil.rmtree(builddir)