Make the output of the cluster check more readable.

Fixes #6299
This commit is contained in:
Gunnar Beutner 2014-05-26 09:39:14 +02:00
parent 7183495d89
commit 4775bd8498
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ String ClusterCheckTask::FormatArray(const Array::Ptr& arr)
if (first)
first = false;
else
str += ",";
str += ", ";
str += Convert::ToString(value);
}