diff options
author | sr55 <[email protected]> | 2019-09-01 21:54:10 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2019-09-08 12:16:46 +0100 |
commit | 748c0f8f01613a5adff5e0625272df79894475d7 (patch) | |
tree | 1c72c84d80df4a2e3ef428cb0824742949571df3 /libhb | |
parent | 0d5d26226a9a15aa3c730b60933e566ebd6bdf72 (diff) |
Logging: Reset the time clock.
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/work.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/work.c b/libhb/work.c index 521679faa..054defdca 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -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 ); } |