use comma separator in concatenation

This commit is contained in:
Stephan Brandauer
2023-05-10 08:57:27 +02:00
parent 62ab91c14a
commit d7aca9e909

View File

@@ -35,7 +35,7 @@ where
not CharacteristicsImpl::isKnownSink(endpoint, sinkType) and
CharacteristicsImpl::isSinkCandidate(endpoint, sinkType)
|
sinkType + ", "
sinkType, ", "
)
select endpoint,
message + "\nrelated locations: $@, $@." + "\nmetadata: $@, $@, $@, $@, $@, $@.", //