]> granicus.if.org Git - handbrake/commitdiff
Logging: Reset the time clock.
authorsr55 <sr55.hb@outlook.com>
Sun, 1 Sep 2019 20:54:10 +0000 (21:54 +0100)
committerScott <sr55.hb@outlook.com>
Sun, 8 Sep 2019 11:16:46 +0000 (12:16 +0100)
libhb/work.c

index 521679faa8080218f35eed97d4a913bf2dff8c9a..054defdca5ce5df3e6fa1d768321ea95caf1613c 100644 (file)
@@ -171,6 +171,7 @@ static void work_func( void * _work )
         hb_force_rescan(h);
     }
     
+    t = time(NULL);
     hb_log("Finished work at: %s", asctime(localtime(&t)));
     free( work );
 }