fix a copy-paste error

This commit is contained in:
John Cupitt 2017-08-18 22:38:35 +01:00
parent 97997d1990
commit 189c5f4762
1 changed files with 1 additions and 1 deletions

View File

@ -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 )) )