david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[console] Add LOG_ALL as a synonym for LOG_DEBUG

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2012-03-27 11:14:36 +01:00
parent 730c972124
commit d45392a67f
1 changed files with 3 additions and 0 deletions

View File

@ -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 ) ))