From eaef7eb1f7ae092d73eeffa245ab418d70748fdf Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 13 May 2013 15:07:51 +0000 Subject: Fixed LOG_DEBUG --- src/htscoremain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/htscoremain.c') 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); -- cgit v1.2.3