From 189c5f47628fa5b8321f02e1873f47c365712507 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 18 Aug 2017 22:38:35 +0100 Subject: [PATCH] fix a copy-paste error --- libvips/resample/thumbnail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/resample/thumbnail.c b/libvips/resample/thumbnail.c index e8dd2117..0ef78d0a 100644 --- a/libvips/resample/thumbnail.c +++ b/libvips/resample/thumbnail.c @@ -290,7 +290,7 @@ vips_thumbnail_open( VipsThumbnail *thumbnail ) thumbnail->input_width, thumbnail->input_height ) ); - g_info( "loading webp with factor %d pre-shrink", shrink ); + g_info( "loading webp with factor %g pre-shrink", shrink ); } if( !(im = class->open( thumbnail, shrink, scale )) )