diff src/collect-table.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 477f48ba28d8
line wrap: on
line diff
--- a/src/collect-table.c	Fri May 16 12:08:51 2008 +0000
+++ b/src/collect-table.c	Fri May 16 12:16:49 2008 +0000
@@ -555,7 +555,7 @@
 
 	if (!collection_save(ct->cd, ct->cd->path))
 		{
-		printf("failed saving to collection path: %s\n", ct->cd->path);
+		log_printf("failed saving to collection path: %s\n", ct->cd->path);
 		}
 }