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 );
|
g_mutex_unlock( image->sslock );
|
||||||
|
|
||||||
if( !region->seq ) {
|
if( !region->seq ) {
|
||||||
vips_error( "vips__region_start",
|
#ifdef DEBUG
|
||||||
_( "start function failed for image %s" ),
|
printf( "vips__region_start: "
|
||||||
|
"start function failed for image %s",
|
||||||
image->filename );
|
image->filename );
|
||||||
|
#endif /*DEBUG*/
|
||||||
|
|
||||||
return( -1 );
|
return( -1 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user