mirror of
https://github.com/simon987/sist2.git
synced 2025-12-14 07:49:06 +00:00
Better logging, fixes #15
This commit is contained in:
@@ -17,6 +17,8 @@ struct {
|
||||
float tn_qscale;
|
||||
int depth;
|
||||
archive_mode_t archive_mode;
|
||||
int verbose;
|
||||
int very_verbose;
|
||||
|
||||
size_t stat_tn_size;
|
||||
size_t stat_index_size;
|
||||
@@ -27,6 +29,11 @@ struct {
|
||||
pthread_mutex_t mupdf_mu;
|
||||
} ScanCtx;
|
||||
|
||||
struct {
|
||||
int verbose;
|
||||
int very_verbose;
|
||||
int no_color;
|
||||
} LogCtx;
|
||||
|
||||
#ifndef SIST_SCAN_ONLY
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user