diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2014-11-08 17:36:10 +0100 |
---|---|---|
committer | Peter Meerwald <pmeerw@pmeerw.net> | 2014-11-09 22:14:02 +0100 |
commit | 59334021d3c77a4a2c5f79e1fd72870472ddf43c (patch) | |
tree | 52f4bc9e45a166b0940259105333a21c371b300b | |
parent | b9aafdd73614cc41d1747ce4a33d21ec8d5e6c96 (diff) |
log: Cleanup
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
-rw-r--r-- | src/pulsecore/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/log.h b/src/pulsecore/log.h index 14ae857d4..65abed967 100644 --- a/src/pulsecore/log.h +++ b/src/pulsecore/log.h @@ -48,7 +48,7 @@ typedef enum pa_log_level { PA_LOG_WARN = 1, /* Warning messages */ PA_LOG_NOTICE = 2, /* Notice messages */ PA_LOG_INFO = 3, /* Info messages */ - PA_LOG_DEBUG = 4, /* debug message */ + PA_LOG_DEBUG = 4, /* Debug messages */ PA_LOG_LEVEL_MAX } pa_log_level_t; |