]> granicus.if.org Git - icinga2/commitdiff
Make the output of the cluster check more readable.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 26 May 2014 07:39:14 +0000 (09:39 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 26 May 2014 07:39:14 +0000 (09:39 +0200)
Fixes #6299

lib/methods/clusterchecktask.cpp

index 96a512649f5f47de820419069f367041e0d883cf..51cc0c65c014f6d2c0f42320951d3c7530a53c65 100644 (file)
@@ -82,7 +82,7 @@ String ClusterCheckTask::FormatArray(const Array::Ptr& arr)
                        if (first)
                                first = false;
                        else
-                               str += ",";
+                               str += ", ";
 
                        str += Convert::ToString(value);
                }