From 59334021d3c77a4a2c5f79e1fd72870472ddf43c Mon Sep 17 00:00:00 2001 From: Peter Meerwald Date: Sat, 8 Nov 2014 17:36:10 +0100 Subject: [PATCH] log: Cleanup Signed-off-by: Peter Meerwald --- src/pulsecore/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;