aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/log.c')
-rw-r--r--src/common/log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c
index d4894baef4..7406734e28 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -766,7 +766,8 @@ parse_log_domain(const char *domain)
return 0;
}
#if 0
-/** DOCDOC */
+/** Translate a bitmask of log domains to a string, or NULL if the bitmask
+ * is undecodable. */
static const char *
domain_to_string(log_domain_mask_t domain)
{