Defined LOGFILE_DEBUG for future use. If there will be separate logfile for debug output then macro will be removed. Currently equals with LOGFILE_TRACE.
This commit is contained in:
parent
3841f95531
commit
15adf134c4
@ -30,6 +30,11 @@ typedef enum {
|
||||
LOGFILE_LAST = LOGFILE_TRACE
|
||||
} logfile_id_t;
|
||||
|
||||
/**
|
||||
* This is for the future where LOGFILE_DEBUG has separate file.
|
||||
*/
|
||||
#define LOGFILE_DEBUG LOGFILE_TRACE
|
||||
|
||||
typedef enum { FILEWRITER_INIT, FILEWRITER_RUN, FILEWRITER_DONE }
|
||||
filewriter_state_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user