log: make log_has_file() static
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 17 Jan 2025 00:09:52 +0000 (01:09 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 26 Jan 2025 10:06:56 +0000 (11:06 +0100)
commit1daacb92757e0c2e7b5155613ad9b1334545eb86
tree3f1d42527e8ad6fa8ed8fe4da99fd9a7873efd83
parent9f00d38ce7600a162e37156ee6d5a050857a3a9f
log: make log_has_file() static

Function log_has_file() is not used externally. Make it static.

Rename the function to log_has_member() as we can reuse for filtering
other strings.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
common/log.c
include/log.h