From 1f627eae8df5c2a05267db7a4f015103baa6b21f Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 23 Sep 2012 10:26:30 -0500
Subject: [PATCH] Fix output from local conflict finder.

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

diff --git a/loopy/preprocess.py b/loopy/preprocess.py
index 46263b6d7..f7d6f25d4 100644
--- a/loopy/preprocess.py
+++ b/loopy/preprocess.py
@@ -749,7 +749,7 @@ def adjust_local_temp_var_storage(kernel):
                 from loopy import LoopyAdvisory
                 warn("could not find a conflict-free mem layout "
                         "for local variable '%s' "
-                        "(currently: %dx conflict, increment: %d, reason: %s)"
+                        "(currently: %dx conflict, increment: %s, reason: %s)"
                         % (temp_var.name, min_mult, good_incr, min_why_not),
                         LoopyAdvisory)
         else:
-- 
GitLab