diff --git a/daemon/log.c b/daemon/log.c index e3cc34c73..94d9f6421 100644 --- a/daemon/log.c +++ b/daemon/log.c @@ -44,7 +44,7 @@ const _fac_code_t _facilitynames[] = { NULL, -1 } }; -const char const* prio_str[] = { +static const char* const prio_str[] = { "EMERG", "ALERT", "CRIT",