diff src/thumb.c @ 694:a3218946bd2d

Sort out log_printf() vs printf_term() mix up.
author zas_
date Tue, 20 May 2008 08:14:35 +0000
parents 8268cbe682f1
children 179a7224dde1
line wrap: on
line diff
--- a/src/thumb.c	Tue May 20 07:52:49 2008 +0000
+++ b/src/thumb.c	Tue May 20 08:14:35 2008 +0000
@@ -378,7 +378,7 @@
 		if (tl->cache_hit)
 			{
 			tl->cache_hit = FALSE;
-			print_term(_("Thumbnail image in cache failed to load, trying to recreate.\n"));
+			log_printf("%s", _("Thumbnail image in cache failed to load, trying to recreate.\n"));
 
 			thumb_loader_setup(tl, tl->path);
 			if (image_loader_start(tl->il, thumb_loader_done_cb, tl)) return TRUE;