diff --git a/lib/thread/thread.c b/lib/thread/thread.c index 11cc19670..dd72b8f27 100644 --- a/lib/thread/thread.c +++ b/lib/thread/thread.c @@ -158,6 +158,11 @@ spdk_thread_lib_init(void) void spdk_thread_lib_fini(void) { + struct io_device *dev; + + TAILQ_FOREACH(dev, &g_io_devices, tailq) { + SPDK_ERRLOG("io_device %s not unregistered\n", dev->name); + } } struct spdk_thread *