fix vips_worker_work_unit gate name

This commit is contained in:
John Cupitt 2023-01-04 16:08:57 +00:00
parent 2aea0ee22b
commit 675143807a
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ vips_thread_main_loop( void *a, void *b )
!pool->error ) {
VIPS_GATE_START( "vips_worker_work_unit: u" );
vips_worker_work_unit( worker );
VIPS_GATE_STOP( "vips_thread_work_unit: u" );
VIPS_GATE_STOP( "vips_worker_work_unit: u" );
vips_semaphore_up( &pool->tick );
}