mirror of https://github.com/Icinga/icinga2.git
parent
a840dc8694
commit
07e4bc03bc
|
@ -124,7 +124,7 @@ String PerfdataValue::Format(const Value& perfdata)
|
|||
PerfdataValue::Ptr pdv = perfdata;
|
||||
std::ostringstream result;
|
||||
|
||||
result << pdv->GetValue();
|
||||
result << Convert::ToString(pdv->GetValue());
|
||||
|
||||
String unit;
|
||||
|
||||
|
|
Loading…
Reference in New Issue