]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.c
New test-suite initial implementation. Just need to write some tests.
[xonotic/gmqcc.git] / ir.c
diff --git a/ir.c b/ir.c
index 1a99150ffe2c8120f06ad28b0665f3e9e60aa278..5f037ecc37753c79981fb6b80c30748ef48c72cc 100644 (file)
--- a/ir.c
+++ b/ir.c
@@ -2972,7 +2972,7 @@ bool ir_builder_generate(ir_builder *self, const char *filename)
     stmt.o3.u1 = 0;
     vec_push(code_statements, stmt);
 
-    printf("writing '%s'...\n", filename);
+    con_out("writing '%s'...\n", filename);
     return code_write(filename);
 }