Merge branch 'cherry-pick-5fc52c34' into 'pandora_6.0'

Merge branch '31-mostrar-espacio-en-descripcion-agente-windows-integria-4378' into 'develop'

See merge request 
This commit is contained in:
vgilc 2017-01-26 15:23:46 +01:00
commit 54af128cb3

@ -58,7 +58,7 @@ Pandora_Module_Freedisk_Percent::run () {
try {
res = Pandora_Wmi::getDiskFreeSpacePercent (this->disk_id);
this->setDescription(longtostr (Pandora_Wmi::getDiskFreeSpace ()));
this->setOutput (longtostr (res));
} catch (Pandora_Wmi::Pandora_Wmi_Exception e) {
this->has_output = false;