From 4eac149e224d2bd337125596d9c10d5e4ae1a394 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 17 Jun 2017 19:34:00 +0200 Subject: [PATCH] log: add missing string of LOG_ADVIO facility --- lib/log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/log.c b/lib/log.c index ad2f02b02..33b90954d 100644 --- a/lib/log.c +++ b/lib/log.c @@ -65,6 +65,7 @@ static const char *facilities_strs[] = { "xil", /* LOG_XIL */ "tc", /* LOG_TC */ "if", /* LOG_IF */ + "advio", /* LOG_ADVIO */ /* Node-types */ "socket", /* LOG_SOCKET */