mirror of https://github.com/Icinga/icinga2.git
parent
7183495d89
commit
4775bd8498
|
@ -82,7 +82,7 @@ String ClusterCheckTask::FormatArray(const Array::Ptr& arr)
|
||||||
if (first)
|
if (first)
|
||||||
first = false;
|
first = false;
|
||||||
else
|
else
|
||||||
str += ",";
|
str += ", ";
|
||||||
|
|
||||||
str += Convert::ToString(value);
|
str += Convert::ToString(value);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue