Parcourir la source

[console] Add LOG_ALL as a synonym for LOG_DEBUG

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown il y a 12 ans
Parent
révision
d45392a67f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3
    0
      src/include/syslog.h

+ 3
- 0
src/include/syslog.h Voir le fichier

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

Chargement…
Annuler
Enregistrer