Преглед изворни кода

[console] Add LOG_ALL as a synonym for LOG_DEBUG

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown пре 12 година
родитељ
комит
d45392a67f
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3
    0
      src/include/syslog.h

+ 3
- 0
src/include/syslog.h Прегледај датотеку

@@ -51,6 +51,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
51 51
 /** Do not log any messages */
52 52
 #define LOG_NONE -1
53 53
 
54
+/** Log all messages */
55
+#define LOG_ALL LOG_DEBUG
56
+
54 57
 extern void log_vprintf ( const char *fmt, va_list args );
55 58
 
56 59
 extern void __attribute__ (( format ( printf, 1, 2 ) ))

Loading…
Откажи
Сачувај