Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[console] Add LOG_ALL as a synonym for LOG_DEBUG
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Mar 27, 2012
1 parent 730c972 commit d45392a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/include/syslog.h
Expand Up @@ -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 ) ))
Expand Down

0 comments on commit d45392a

Please sign in to comment.