diff src/collect.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 a1dcef8cd1ae
line wrap: on
line diff
--- a/src/collect.c	Fri May 16 12:08:51 2008 +0000
+++ b/src/collect.c	Fri May 16 12:16:49 2008 +0000
@@ -98,7 +98,7 @@
 
 	collection_info_free_thumb(ci);
 
-	printf("collection_info_load_thumb not implemented!\n(because an instant thumb loader not implemented)");
+	log_printf("collection_info_load_thumb not implemented!\n(because an instant thumb loader not implemented)");
 	return FALSE;
 #if 0
 	if (create_thumbnail(ci->fd->path, &ci->pixmap, &ci->mask) < 0) return FALSE;
@@ -905,7 +905,7 @@
 					}
 				else if (!collection_save(cw->cd, cw->cd->path))
 					{
-					printf("failed saving to collection path: %s\n", cw->cd->path);
+					log_printf("failed saving to collection path: %s\n", cw->cd->path);
 					}
 				break;
 			case 'A': case 'a':