From b512b90756ef13ab4831eab040c95acad7e76ab4 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Mon, 17 Apr 2017 11:56:02 +0200 Subject: [PATCH] Modified description text into module_freepercentdisk --- pandora_agents/win32/modules/pandora_module_factory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_agents/win32/modules/pandora_module_factory.cc b/pandora_agents/win32/modules/pandora_module_factory.cc index 23ebaaf7e8..f038181f96 100644 --- a/pandora_agents/win32/modules/pandora_module_factory.cc +++ b/pandora_agents/win32/modules/pandora_module_factory.cc @@ -1141,7 +1141,7 @@ Pandora_Module_Factory::getModuleFromDefinition (string definition) { // Added a description with the memory free char buffer[100]; unsigned long memory = Pandora_Wmi::getDiskFreeSpace(module_freedisk_percent); - if (sprintf(buffer, "Free memory %s %dMB", + if (sprintf(buffer, "Free space on drive %s %dMB", module_freedisk_percent.c_str(), memory) > 0) { module->setDescription(buffer); }