diff --git a/pythonforandroid/recipe.py b/pythonforandroid/recipe.py index 3af56b2690..b7556dbefd 100644 --- a/pythonforandroid/recipe.py +++ b/pythonforandroid/recipe.py @@ -990,7 +990,7 @@ def build_cython_components(self, arch): with current_directory(self.get_build_dir(arch.arch)): hostpython = sh.Command(self.ctx.hostpython) shprint(hostpython, '-c', 'import sys; print(sys.path)', _env=env) - print('cwd is', realpath(curdir)) + debug('cwd is {}'.format(realpath(curdir))) info('Trying first build of {} to get cython files: this is ' 'expected to fail'.format(self.name))