diff options
Diffstat (limited to 'src/htsopt.h')
-rw-r--r-- | src/htsopt.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/htsopt.h b/src/htsopt.h index 86da4cf..060f00d 100644 --- a/src/htsopt.h +++ b/src/htsopt.h @@ -172,12 +172,12 @@ typedef struct lien_url lien_url; #define HTS_DEF_DEFSTRUCT_hts_log_type typedef enum hts_log_type { LOG_TRACE, - LOG_DEBUG, - LOG_INFO, - LOG_NOTICE, - LOG_WARNING, - LOG_ERROR, LOG_PANIC, + LOG_ERROR, + LOG_WARNING, + LOG_NOTICE, + LOG_INFO, + LOG_DEBUG, LOG_ERRNO = 1 << 8 } hts_log_type; #endif |