Skip to content
Snippets Groups Projects
Commit c92870e6 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'c-exec-cleanup' of ssh://gitlab.tiker.net/inducer/loopy into c-exec-cleanup

parents a7448696 4179590f
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ class CCompiler(object):
self.tempdir, debug, wait_on_error,
debug_recompile, False)
if not recompiled:
if recompiled:
logger.debug('Kernel {} compiled from source'.format(name))
# and return compiled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment