From bd9cc25278684339ca5bae8f473b12d199bac58c Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 29 Jul 2016 10:16:33 +0100 Subject: [PATCH] tiny --- cplusplus/VImage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cplusplus/VImage.cpp b/cplusplus/VImage.cpp index 4b8b34f2..30899e6c 100644 --- a/cplusplus/VImage.cpp +++ b/cplusplus/VImage.cpp @@ -461,7 +461,7 @@ VImage::call_option_string( const char *operation_name, { VipsOperation *operation; - VIPS_DEBUG_MSG( "vips_call_by_name: starting for %s ...\n", + VIPS_DEBUG_MSG( "call_option_string: starting for %s ...\n", operation_name ); if( !(operation = vips_operation_new( operation_name )) ) {