From: Arran Cudbard-Bell Date: Mon, 13 May 2024 04:06:23 +0000 (-0600) Subject: Not just workers... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0619be0cf1009dec5568b04d7a89f9208622851;p=thirdparty%2Ffreeradius-server.git Not just workers... --- diff --git a/src/lib/server/module.c b/src/lib/server/module.c index 3c4a30f514d..20bc23deb19 100644 --- a/src/lib/server/module.c +++ b/src/lib/server/module.c @@ -1005,7 +1005,7 @@ static int _module_thread_inst_free(module_thread_instance_t *ti) */ if (mi->state & MODULE_INSTANCE_NO_THREAD_INSTANTIATE) return 0; - DEBUG4("Worker cleaning up %s thread instance data (%p/%p)", + DEBUG4("Cleaning up %s thread instance data (%p/%p)", mi->exported->name, ti, ti->data); if (mi->exported->thread_detach) {