cosmetic: logging.h: fix comment s/levels/subsystems

Change-Id: I242a4a44649bc4dac055985ba8fd63b2f784ee6d
This commit is contained in:
Neels Hofmeyr 2019-11-20 04:28:52 +01:00 committed by laforge
parent c5b71752d5
commit e883de54f8
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ void logp(int subsys, const char *file, int line, int cont, const char *format,
#define LOGL_ERROR 7 /*!< error condition, requires user action */
#define LOGL_FATAL 8 /*!< fatal, program aborted */
/* logging levels defined by the library itself */
/* logging subsystems defined by the library itself */
#define DLGLOBAL -1 /*!< global logging */
#define DLLAPD -2 /*!< LAPD implementation */
#define DLINP -3 /*!< (A-bis) Input sub-system */