remove error msg from start fail
just a debugging thing now
This commit is contained in:
parent
d78f87702d
commit
7c55def6d7
@ -231,9 +231,12 @@ vips__region_start( VipsRegion *region )
|
||||
g_mutex_unlock( image->sslock );
|
||||
|
||||
if( !region->seq ) {
|
||||
vips_error( "vips__region_start",
|
||||
_( "start function failed for image %s" ),
|
||||
#ifdef DEBUG
|
||||
printf( "vips__region_start: "
|
||||
"start function failed for image %s",
|
||||
image->filename );
|
||||
#endif /*DEBUG*/
|
||||
|
||||
return( -1 );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user