bootstrap: Fix one log message
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 10 Jun 2014 12:09:14 +0000 (15:09 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 10 Jun 2014 12:21:25 +0000 (15:21 +0300)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
bootstrap.py

index 05888a678ccc601bd4552dfaeff50ab6a262ab2c..ec6c321d8b547ec7ce83aac79bc79550556fd9ea 100755 (executable)
@@ -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)