[pypy-commit] pypy default: print usession directory at the end

fijal noreply at buildbot.pypy.org
Tue Jun 7 11:45:27 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r44779:863156da1f40
Date: 2011-06-07 11:43 +0200
http://bitbucket.org/pypy/pypy/changeset/863156da1f40/

Log:	print usession directory at the end

diff --git a/pypy/translator/driver.py b/pypy/translator/driver.py
--- a/pypy/translator/driver.py
+++ b/pypy/translator/driver.py
@@ -559,6 +559,7 @@
                 shutil.copy(str(soname), str(newsoname))
                 self.log.info("copied: %s" % (newsoname,))
             self.c_entryp = newexename
+        self.log.info('usession directory: %s' % (udir,))
         self.log.info("created: %s" % (self.c_entryp,))
 
     def task_compile_c(self):


More information about the pypy-commit mailing list