diff options
Diffstat (limited to 'src/httrack-library.h')
-rw-r--r-- | src/httrack-library.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/httrack-library.h b/src/httrack-library.h index a3e7138..47b44be 100644 --- a/src/httrack-library.h +++ b/src/httrack-library.h @@ -47,12 +47,12 @@ typedef struct strc_int2bytes2 strc_int2bytes2; #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 |