mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
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…
x
Reference in New Issue
Block a user