aboutsummaryrefslogtreecommitdiff
path: root/src/mm-log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-log.c')
-rw-r--r--src/mm-log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-log.c b/src/mm-log.c
index 79b56db0..22a39012 100644
--- a/src/mm-log.c
+++ b/src/mm-log.c
@@ -76,7 +76,7 @@ static const LogDesc level_descs[] = {
};
static GString *msgbuf = NULL;
-static volatile gsize msgbuf_once = 0;
+static gsize msgbuf_once = 0;
static int
mm_to_syslog_priority (MMLogLevel level)