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