mirror of https://github.com/Icinga/icinga2.git
Adjusted explicit String cast
This commit is contained in:
parent
619a487733
commit
c2c4b97ea5
|
@ -194,7 +194,7 @@ void OpenTsdbWriter::CheckResultHandler(const Checkable::Ptr& checkable, const C
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
String tagname = pair.first;
|
String tagname = Convert::ToString(pair.first);
|
||||||
tags[tagname] = EscapeTag(value);
|
tags[tagname] = EscapeTag(value);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue