mirror of https://github.com/ipxe/ipxe.git
[console] Add LOG_ALL as a synonym for LOG_DEBUG
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/6/head
parent
730c972124
commit
d45392a67f
|
@ -51,6 +51,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||
/** Do not log any messages */
|
||||
#define LOG_NONE -1
|
||||
|
||||
/** Log all messages */
|
||||
#define LOG_ALL LOG_DEBUG
|
||||
|
||||
extern void log_vprintf ( const char *fmt, va_list args );
|
||||
|
||||
extern void __attribute__ (( format ( printf, 1, 2 ) ))
|
||||
|
|
Loading…
Reference in New Issue