mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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;
|
||||
}
|
||||
|
||||
String tagname = pair.first;
|
||||
String tagname = Convert::ToString(pair.first);
|
||||
tags[tagname] = EscapeTag(value);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user