diff src/pixbuf-renderer.c @ 673:fbebf5cf4a55

Do not use printf() directly but use new wrapper function log_printf() instead.
author zas_
date Fri, 16 May 2008 12:16:49 +0000
parents 8268cbe682f1
children 631d626c1f6b
line wrap: on
line diff
--- a/src/pixbuf-renderer.c	Fri May 16 12:08:51 2008 +0000
+++ b/src/pixbuf-renderer.c	Fri May 16 12:16:49 2008 +0000
@@ -2102,7 +2102,7 @@
 			/* The other values are out of range */
 			break;
 		}
-//	printf("tile coord y:%f, ih:%d, th:%f ry:%f\n", tile_y, image_h, tile_h, *res_x);
+//	log_printf("tile coord y:%f, ih:%d, th:%f ry:%f\n", tile_y, image_h, tile_h, *res_x);
 }
 
 static void pr_tile_region_map_orientation(PixbufRenderer *pr,
@@ -2165,7 +2165,7 @@
 			/* The other values are out of range */
 			break;
 		}
-//	printf("inside y:%d, th:%d, ah:%d ry:%d\n", area_y, tile_h, area_h, *res_x);
+//	log_printf("inside y:%d, th:%d, ah:%d ry:%d\n", area_y, tile_h, area_h, *res_x);
 }
 
 static void pr_coords_map_orientation_reverse(PixbufRenderer *pr,
@@ -2986,7 +2986,7 @@
 static void pr_update_signal(PixbufRenderer *pr)
 {
 #if 0
-	printf("FIXME: send updated signal\n");
+	log_printf("FIXME: send updated signal\n");
 #endif
 	DEBUG_1("%s pixbuf renderer updated - started drawing %p", get_exec_time(), pr);
 	pr->debug_updated = TRUE;