diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-15 08:57:29 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-15 08:57:29 +0000 |
commit | b32b41cf08e1555c92897c9ac2f1e8f509b0cab3 (patch) | |
tree | 02b3bfc398784dcd7bf39243d57359d78496416f /src/htsopt.h | |
parent | 4d94eb76432cf7db9e658e6eb3a239a4ffc22546 (diff) |
Fixed LOG_TRACE
Diffstat (limited to 'src/htsopt.h')
-rw-r--r-- | src/htsopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsopt.h b/src/htsopt.h index 060f00d..b4e1c49 100644 --- a/src/htsopt.h +++ b/src/htsopt.h @@ -171,13 +171,13 @@ typedef struct lien_url lien_url; #ifndef HTS_DEF_DEFSTRUCT_hts_log_type #define HTS_DEF_DEFSTRUCT_hts_log_type typedef enum hts_log_type { - LOG_TRACE, LOG_PANIC, LOG_ERROR, LOG_WARNING, LOG_NOTICE, LOG_INFO, LOG_DEBUG, + LOG_TRACE, LOG_ERRNO = 1 << 8 } hts_log_type; #endif |