mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
parent
a840dc8694
commit
07e4bc03bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue