diff options
Diffstat (limited to 'src/htscoremain.c')
-rw-r--r-- | src/htscoremain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htscoremain.c b/src/htscoremain.c index 53baa56..3059ea3 100644 --- a/src/htscoremain.c +++ b/src/htscoremain.c @@ -2201,7 +2201,7 @@ HTSEXT_API int hts_main2(int argc, char **argv, httrackp *opt) { } /* Info for wrappers */ - hts_log_print(opt, LOG_INFO, "engine: init"); + hts_log_print(opt, LOG_DEBUG, "engine: init"); /* Init external */ RUN_CALLBACK_NOARG(opt, init); @@ -2274,7 +2274,7 @@ HTSEXT_API int hts_main2(int argc, char **argv, httrackp *opt) { } /* Info for wrappers */ - hts_log_print(opt, LOG_INFO, "engine: free"); + hts_log_print(opt, LOG_DEBUG, "engine: free"); /* UnInit */ RUN_CALLBACK_NOARG(opt, uninit); |