Fix #34: regression in internal logging, loss of restart msg
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
75524d1878
commit
39ffa1b4cb
@ -79,7 +79,7 @@
|
|||||||
#define INTERNAL_NOPRI 0x10 /* the "no priority" priority */
|
#define INTERNAL_NOPRI 0x10 /* the "no priority" priority */
|
||||||
/* mark "facility" */
|
/* mark "facility" */
|
||||||
#define INTERNAL_ALLPRI 0xFF /* Value to indicate all priorities in f_pmask */
|
#define INTERNAL_ALLPRI 0xFF /* Value to indicate all priorities in f_pmask */
|
||||||
#define INTERNAL_MARK LOG_MAKEPRI(LOG_NFACILITIES, 0)
|
#define INTERNAL_MARK LOG_MAKEPRI(LOG_NFACILITIES << 3, 0)
|
||||||
typedef struct _code {
|
typedef struct _code {
|
||||||
const char *c_name;
|
const char *c_name;
|
||||||
int c_val;
|
int c_val;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user