From 36a4c85f911c85f5ab183331ff74d125f9a9ed32 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 25 Jan 2019 14:53:43 +0000 Subject: [init] Show startup and shutdown function names in debug messages Signed-off-by: Michael Brown --- src/hci/linux_args.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hci') diff --git a/src/hci/linux_args.c b/src/hci/linux_args.c index 58eeb063..5f903e3b 100644 --- a/src/hci/linux_args.c +++ b/src/hci/linux_args.c @@ -185,6 +185,7 @@ void linux_args_cleanup(int flags __unused) } struct startup_fn startup_linux_args __startup_fn(STARTUP_EARLY) = { + .name = "linux_args", .startup = linux_args_parse, .shutdown = linux_args_cleanup, }; -- cgit v1.2.3-55-g7522