mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-15 22:00:07 -04:00
Adjusted explicit String cast
This commit is contained in:
parent
619a487733
commit
c2c4b97ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ void OpenTsdbWriter::CheckResultHandler(const Checkable::Ptr& checkable, const C
|
|||
continue;
|
||||
}
|
||||
|
||||
String tagname = pair.first;
|
||||
String tagname = Convert::ToString(pair.first);
|
||||
tags[tagname] = EscapeTag(value);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue