Fix debug output.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 25 Oct 2007 18:21:25 +0000 (18:21 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 25 Oct 2007 18:21:25 +0000 (18:21 +0000)
[r16354]

ir/be/becopyheur4.c

index 7ad496e..6d170a7 100644 (file)
@@ -1208,7 +1208,7 @@ static void color_aff_chunk(co_mst_env_t *env, aff_chunk_t *c) {
                        one_good |= good;
                        did_all  &= good;
 
-                       DB((dbg, LEVEL_4, "\t\t... %+F attempt from %d to %d %s\n", irn, node->col, col, one_good ? "succeeded" : "failed"));
+                       DB((dbg, LEVEL_4, "\t\t... %+F attempt from %d to %d %s\n", irn, node->col, col, good ? "succeeded" : "failed"));
                }
 
                /* try next color when failed */