From 4179590ffb4c0edd711c52826ed990fb667c2838 Mon Sep 17 00:00:00 2001
From: Nick <nicholas.curtis@uconn.edu>
Date: Mon, 11 Dec 2017 17:43:22 -0500
Subject: [PATCH] incorrect sense

---
 loopy/target/c/c_execution.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loopy/target/c/c_execution.py b/loopy/target/c/c_execution.py
index 1345b58da..de8a0b780 100644
--- a/loopy/target/c/c_execution.py
+++ b/loopy/target/c/c_execution.py
@@ -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
-- 
GitLab