From 9ec004958f2af816fc90f753964338eb19961186 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 19 Apr 2021 19:58:03 +0100 Subject: Improve the messages sent when loading/unloading/reloading modules. --- src/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index fb7fa55dd..6bb789753 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -442,7 +442,7 @@ void ModuleManager::DoSafeUnload(Module* mod) Modules.erase(modfind); ServerInstance->GlobalCulls.AddItem(mod); - ServerInstance->Logs->Log("MODULE", LOG_DEFAULT, "Module %s unloaded",mod->ModuleSourceFile.c_str()); + ServerInstance->Logs->Log("MODULE", LOG_DEFAULT, "The %s module was unloaded", mod->ModuleSourceFile.c_str()); ServerInstance->ISupport.Build(); } -- cgit v1.2.3